aboutsummaryrefslogtreecommitdiff
path: root/graphics/g2/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/g2/files/patch-Makefile.in')
-rw-r--r--graphics/g2/files/patch-Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/g2/files/patch-Makefile.in b/graphics/g2/files/patch-Makefile.in
new file mode 100644
index 000000000000..0a4746df0f3a
--- /dev/null
+++ b/graphics/g2/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- 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@
+ AR = ar
+-ARFLAGS = -rs
++ARFLAGS = -r
+
+ BASE_DIR = ./src
+ 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