diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /comms/qicosi/files/patch-ac | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'comms/qicosi/files/patch-ac')
-rw-r--r-- | comms/qicosi/files/patch-ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/qicosi/files/patch-ac b/comms/qicosi/files/patch-ac deleted file mode 100644 index 7bbfef02dd09..000000000000 --- a/comms/qicosi/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.orig Tue Aug 15 20:53:42 2000 -+++ src/Makefile Sat Oct 7 19:06:08 2000 -@@ -14,7 +14,7 @@ - #DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100 - - DEFS += -DSHELL=\"$(SHELL)\" -DCONFIG=\"$(CONF)\" --CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include -+CFLAGS += $(DEFS) - 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 += |