diff options
author | ache <ache@FreeBSD.org> | 1995-11-20 06:41:31 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-11-20 06:41:31 +0800 |
commit | 17cd6eaa48b46cbca34c1119028d02c940dd8a92 (patch) | |
tree | 514394b5434130a05d91943b62d636e676ac731c /mail/metamail | |
parent | ff366d2567a1976d11d39b2227484ddbed1eb258 (diff) | |
download | freebsd-ports-gnome-17cd6eaa48b46cbca34c1119028d02c940dd8a92.tar.gz freebsd-ports-gnome-17cd6eaa48b46cbca34c1119028d02c940dd8a92.tar.zst freebsd-ports-gnome-17cd6eaa48b46cbca34c1119028d02c940dd8a92.zip |
Use CFLAGS from make.conf
Strip binaries on install
Change all gets -> fgets(stdin)
Add koi8-r support
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/files/patch-aa | 8 |
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 |