From 1dc4b1247ede3278595353a528f7a8e692668442 Mon Sep 17 00:00:00 2001 From: dougb Date: Sun, 8 Feb 2004 04:25:11 +0000 Subject: Per request of the "dynamic everything" folks, remove the -static from CFLAGS. We're far enough past the transition of cclient being a dependency that I think this is safe. I've tested this in environments with and without the cclient port installed, and it should be ok. If anyone has any problems, please let me know asap. --- mail/pine4/files/patch-ax | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'mail/pine4') diff --git a/mail/pine4/files/patch-ax b/mail/pine4/files/patch-ax index e87d1fd9ec08..4d71b65d2f4c 100644 --- a/mail/pine4/files/patch-ax +++ b/mail/pine4/files/patch-ax @@ -1,21 +1,19 @@ -*** pine/makefile.bsf.orig Tue Sep 10 14:39:21 2002 ---- pine/makefile.bsf Wed Jan 15 23:20:51 2003 +*** pine/makefile.bsf.orig Tue Sep 10 14:39:15 2002 +--- pine/makefile.bsf Sat Feb 7 20:14:42 2004 *************** -*** 67,74 **** +*** 67,73 **** `cat $(CCLIENTDIR)/LDFLAGS` STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE ! CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \ -! $(STDCFLAGS) + $(STDCFLAGS) OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \ - folder.o help.o helptext.o imap.o init.o mailcap.o mailcmd.o \ ---- 67,74 ---- +--- 67,73 ---- `cat $(CCLIENTDIR)/LDFLAGS` STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE ! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \ -! $(STDCFLAGS) -static + $(STDCFLAGS) OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \ - folder.o help.o helptext.o imap.o init.o mailcap.o mailcmd.o \ -- cgit