1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/g2/files/patch-aa
Bill Fumerola 7e86876bce 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
1999-04-07 21:50:31 +00:00

21 lines
502 B
Plaintext

--- 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