summaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qicosi/files/patch-ac')
-rw-r--r--comms/qicosi/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/qicosi/files/patch-ac b/comms/qicosi/files/patch-ac
deleted file mode 100644
index 4370c5401f5b..000000000000
--- a/comms/qicosi/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.orig Tue Aug 15 20:53:42 2000
-+++ src/Makefile Sun Aug 20 10:06:44 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