summaryrefslogtreecommitdiff
path: root/graphics/g2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/g2/files/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/g2/files/patch-aa b/graphics/g2/files/patch-aa
index 4a2928453f5e..0a4746df0f3a 100644
--- a/graphics/g2/files/patch-aa
+++ b/graphics/g2/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in.old Mon Jul 27 13:12:08 1998
-+++ Makefile.in Mon Jul 27 13:15:39 1998
+--- Makefile.in.orig Wed Apr 7 17:41:01 1999
++++ Makefile.in Wed Apr 7 17:42:04 1999
@@ -25,7 +25,7 @@
FIND = @FIND@
MAKEDEPEND = @MAKEDEPEND@
@@ -8,4 +8,13 @@
+ARFLAGS = -r
BASE_DIR = ./src
- BASE_SRC = $(BASE_DIR)/g2_device.c $(BASE_DIR)/g2_ui_control.c \
+ BASE_SRC = $(BASE_DIR)/g2_device.c $(BASE_DIR)/g2_ui_control.c \
+@@ -70,7 +70,7 @@
+
+ libg2.a: $(OBJ)
+ $(AR) $(ARFLAGS) libg2.a $(OBJ)
+- ln -s libg2.a libg2.0.40.a
++ ln -fs libg2.a libg2.0.40.a
+
+ libg2.so: $(OBJ)
+ $(CC) -shared -o libg2.so $(OBJ) -lc -lm