From 763816bd365f5091a97bb5cecd062b159653ab97 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 19 Nov 1995 22:41:31 +0000 Subject: Use CFLAGS from make.conf Strip binaries on install Change all gets -> fgets(stdin) Add koi8-r support --- mail/metamail/files/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/metamail/files/patch-aa') 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 -- cgit v1.2.3