diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-05-22 22:31:01 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-05-22 22:31:01 +0000 |
commit | 2419cbe293779c072dffb95327c50bc8294c7513 (patch) | |
tree | 96e7df4e3308dd7babb49453125f6e3f442b1d3d /mail/pine4/files/patch-ax | |
parent | Add sawfish-themes 0.10, a collection of 47 themes for Sawfish window manager. (diff) |
Update to version 4.60, the latest from UW. Several new features and many
bug fixes are included. See
http://www.washington.edu/pine/changes/4.58-to-4.60.html for more information.
One wonky master site is removed, thanks to fenner's distfile survey,
and patches are regenerated as needed.
The idea for the patch to obey ${CC} came from the PR, the implementation is
my own.
PR: ports/65232
Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=109745
Diffstat (limited to 'mail/pine4/files/patch-ax')
-rw-r--r-- | mail/pine4/files/patch-ax | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/pine4/files/patch-ax b/mail/pine4/files/patch-ax index 4d71b65d2f4c..5e8c3ca662c8 100644 --- a/mail/pine4/files/patch-ax +++ b/mail/pine4/files/patch-ax @@ -1,12 +1,12 @@ -*** pine/makefile.bsf.orig Tue Sep 10 14:39:15 2002 ---- pine/makefile.bsf Sat Feb 7 20:14:42 2004 +*** pine/makefile.bsf.orig Mon Nov 24 22:47:28 2003 +--- pine/makefile.bsf Sat May 22 14:31:22 2004 *************** *** 67,73 **** `cat $(CCLIENTDIR)/LDFLAGS` STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE ! CFLAGS= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \ - $(STDCFLAGS) + $(LOCALPINECFLAGS) $(STDCFLAGS) OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \ --- 67,73 ---- @@ -14,6 +14,6 @@ STDCFLAGS= -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE ! CFLAGS+= $(OPTIMIZE) $(PROFILE) $(DEBUG) $(EXTRACFLAGS) $(LDAPCFLAGS) \ - $(STDCFLAGS) + $(LOCALPINECFLAGS) $(STDCFLAGS) OFILES= addrbook.o adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o \ |