diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 00:12:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 00:12:43 +0000 |
commit | 3172abf449e7a354f6ea1f182fe50b16ded22f0b (patch) | |
tree | 9687bc8c3a63b5c1bd0eba35272b415313ee05e6 /graphics/g2/files/patch-aa | |
parent | bc572cd4e6f78cd39de9826f95ee3d1c49de15f3 (diff) | |
download | FreeBSD-ports-3172abf449e7a354f6ea1f182fe50b16ded22f0b.zip FreeBSD-ports-3172abf449e7a354f6ea1f182fe50b16ded22f0b.tar.gz |
Initial import of g2 version 0.23.
An easy to use, portable, and powerful 2D graphics library.
PR: 7416
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
Diffstat (limited to 'graphics/g2/files/patch-aa')
-rw-r--r-- | graphics/g2/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/g2/files/patch-aa b/graphics/g2/files/patch-aa new file mode 100644 index 0000000..ad12322 --- /dev/null +++ b/graphics/g2/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.in.old Mon Jul 27 13:12:08 1998 ++++ Makefile.in Mon Jul 27 13:15:39 1998 +@@ -7,8 +7,8 @@ + # + # g2 installation directories + # +-LIBDIR = /usr/lib +-INCDIR = /usr/include ++LIBDIR = /usr/local/lib ++INCDIR = /usr/local/include + + #LIBDIR = $(HOME)/local/lib + #INCDIR = $(HOME)/local/include +@@ -25,7 +25,7 @@ + FIND = @FIND@ + MAKEDEPEND = @MAKEDEPEND@ + AR = ar +-ARFLAGS = -rs ++ARFLAGS = -r + + BASE_DIR = ./src + BASE_SRC = $(BASE_DIR)/g2_device.c $(BASE_DIR)/g2_ui_control.c \ |