diff options
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 += |