summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-ax
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-02-08 04:25:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-02-08 04:25:11 +0000
commit2dfa99a05caa32845770b409c2b3f7adf23fa97c (patch)
tree51655b59ee1e4518148671c365107e981eb38b68 /mail/pine4/files/patch-ax
parentSwitch from using struct plimit with a kvm_read to using getrlimit to retrieve (diff)
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.
Notes
Notes: svn path=/head/; revision=100339
Diffstat (limited to '')
-rw-r--r--mail/pine4/files/patch-ax14
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 \