aboutsummaryrefslogtreecommitdiff
path: root/comms/qico/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qico/files/patch-ac')
-rw-r--r--comms/qico/files/patch-ac15
1 files changed, 3 insertions, 12 deletions
diff --git a/comms/qico/files/patch-ac b/comms/qico/files/patch-ac
index ebf59a0b1062..4370c5401f5b 100644
--- a/comms/qico/files/patch-ac
+++ b/comms/qico/files/patch-ac
@@ -1,19 +1,10 @@
---- src/Makefile.orig Sat Mar 18 10:12:29 2000
-+++ src/Makefile Sat Mar 18 12:02:56 2000
-@@ -3,7 +3,7 @@
- #
- include ../CONFIG
-
--STRIP=0
-+STRIP=1
- #DEFS += -DEMSI_LOG # log emsi in /tmp/emsi.log
- #DEFS += -DH_DEBUG # Hydra
- #DEFS += -DZ_DEBUG # ZModem
+--- 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
+-CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include
+CFLAGS += $(DEFS)
ifeq (1,$(STRIP))
IFLAGS = -s