summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-11-19 22:41:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-11-19 22:41:31 +0000
commit763816bd365f5091a97bb5cecd062b159653ab97 (patch)
tree2741bed77d105887b46abb5fa69fe51d3b08b523 /mail/metamail
parentUpgrade 8a -> 8b (diff)
Use CFLAGS from make.conf
Strip binaries on install Change all gets -> fgets(stdin) Add koi8-r support
Notes
Notes: svn path=/head/; revision=2435
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa
index 59514f2f06b8..ca7d93ccaabd 100644
--- a/mail/metamail/files/patch-aa
+++ b/mail/metamail/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Wed Jan 26 18:32:33 1994
---- Makefile Sat May 6 12:53:48 1995
+*** Makefile.orig Wed Jan 26 20:32:33 1994
+--- Makefile Mon Nov 20 01:31:41 1995
***************
*** 38,44 ****
@@ -13,7 +13,7 @@
STATICFLAG=FOOBAR${HOST_ARCH}
-! CFLAGS = -O -I. ${$(STATICFLAG)}
+! CFLAGS += -I. ${$(STATICFLAG)}
# The following is better if you want to make sure you run with SYSV defined
# CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV
# Also, for SGI Irix, compile in K&R mode
@@ -34,7 +34,7 @@
# For Sun and BSD systems, the following should work...
! # LDLIBS =
# On BSD 4.4 systems, you will need the following
-! LDLIBS = -lcompat
+! LDLIBS = -s -lcompat
# On SGI machines, we need -lsun for getpw...(), and -lc_s saves some space.
# LDLIBS = -lsun -lc_s
# ISC SysVr3.2.2 has a shared C library and requires libinet.a to resolve