diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-07 21:50:31 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-07 21:50:31 +0000 |
commit | 7e86876bcedaeb9eb2fc80429193e435102de678 (patch) | |
tree | 8944abe647dea08a32494fc513f84612f77d6784 /graphics/g2/files/patch-aa | |
parent | upgrade to 1.0606 (diff) |
Upgrade to v0.40, associated changes.
portlint: don't patch a file and then run it through sed(1).
I'm sickened that I did that in this port.
Prompted By: Fenner's Distfile-O-Matic
Diffstat (limited to '')
-rw-r--r-- | graphics/g2/files/patch-aa | 15 |
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 |