aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/g2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/g2/files/patch-aa')
-rw-r--r--graphics/g2/files/patch-aa22
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 00000000000..ad123226853
--- /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 \