diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 12:24:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 12:24:04 +0000 |
commit | 3a5dc9adffc6ab95872cd64c79c07a1d57880d46 (patch) | |
tree | d33b6dc7dbbe0e54d96628da42db1d3be173c852 /comms/qico/files/patch-ac | |
parent | Fix yet another linuxism: /usr/bin/shutdown --> /sbin/shutdown. (diff) |
Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on my
local-distfiles due to historic saturation on www.ruxy.org.ru's link.
PR: 16989
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Diffstat (limited to 'comms/qico/files/patch-ac')
-rw-r--r-- | comms/qico/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/qico/files/patch-ac b/comms/qico/files/patch-ac new file mode 100644 index 000000000000..ebf59a0b1062 --- /dev/null +++ b/comms/qico/files/patch-ac @@ -0,0 +1,20 @@ +--- 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 +@@ -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) + ifeq (1,$(STRIP)) + IFLAGS = -s + else |