diff options
author | dougb <dougb@FreeBSD.org> | 2004-02-08 12:25:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-02-08 12:25:11 +0800 |
commit | 1dc4b1247ede3278595353a528f7a8e692668442 (patch) | |
tree | ea9db998e307b45989de9d3ece4d2e15ab2b986c /mail/pine4 | |
parent | d32df01c2a17206582749ce8cb4fbd18a7043261 (diff) | |
download | freebsd-ports-gnome-1dc4b1247ede3278595353a528f7a8e692668442.tar.gz freebsd-ports-gnome-1dc4b1247ede3278595353a528f7a8e692668442.tar.zst freebsd-ports-gnome-1dc4b1247ede3278595353a528f7a8e692668442.zip |
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.
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/files/patch-ax | 14 |
1 files changed, 6 insertions, 8 deletions
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 \ |