diff options
author | ade <ade@FreeBSD.org> | 2000-10-13 05:18:07 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-13 05:18:07 +0800 |
commit | 35df41b0b99516e860e121a2ad328876011438e3 (patch) | |
tree | 60a4d36306761595a8491ad24a3dae5dfd0fd9a1 /comms/qico/files | |
parent | d8c9706aca29d82a07e34ab8521dc18d7d12fdb7 (diff) | |
download | freebsd-ports-gnome-35df41b0b99516e860e121a2ad328876011438e3.tar.gz freebsd-ports-gnome-35df41b0b99516e860e121a2ad328876011438e3.tar.zst freebsd-ports-gnome-35df41b0b99516e860e121a2ad328876011438e3.zip |
Update to 0.48
PR: 21889
Submitted by: maintainer
Diffstat (limited to 'comms/qico/files')
-rw-r--r-- | comms/qico/files/patch-ac | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/comms/qico/files/patch-ac b/comms/qico/files/patch-ac index 4370c5401f5b..7bbfef02dd09 100644 --- a/comms/qico/files/patch-ac +++ b/comms/qico/files/patch-ac @@ -1,5 +1,5 @@ --- src/Makefile.orig Tue Aug 15 20:53:42 2000 -+++ src/Makefile Sun Aug 20 10:06:44 2000 ++++ src/Makefile Sat Oct 7 19:06:08 2000 @@ -14,7 +14,7 @@ #DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100 @@ -9,3 +9,12 @@ ifeq (1,$(STRIP)) IFLAGS = -s else +@@ -23,7 +23,7 @@ + endif + #DLIBS = -lccmalloc -ldl + ifeq (1,$(FREE_BSD)) +-LIBS += -lutil ++#LIBS += -lutil + DEFS += -DFREE_BSD=1 + else + LIBS += |