diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-08-22 23:02:27 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-08-22 23:02:27 +0000 |
commit | 243d6fd221292e78dabbb38f262abe00d20337bc (patch) | |
tree | 1f403ffa6c9a72d941f216ab47cf62dcb36d9615 /mail/pine4 | |
parent | b72e854616f5b2a0f729260c1f2a85d0275f4370 (diff) |
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/files/patch-af | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/pine4/files/patch-af b/mail/pine4/files/patch-af index d623644d0bf4..773a92b1bd59 100644 --- a/mail/pine4/files/patch-af +++ b/mail/pine4/files/patch-af @@ -1,5 +1,5 @@ ---- imap/src/osdep/unix/Makefile.orig Thu Apr 29 19:10:25 2004 -+++ imap/src/osdep/unix/Makefile Sat May 22 14:28:29 2004 +--- imap/src/osdep/unix/Makefile.orig Tue Jun 22 13:56:05 2004 ++++ imap/src/osdep/unix/Makefile Sun Aug 22 15:51:12 2004 @@ -99,7 +99,7 @@ # Commands possibly overriden by the individual port @@ -18,6 +18,15 @@ CAT=cat MAKE=make +@@ -131,7 +131,7 @@ + BUILD=$(MAKE) build EXTRACFLAGS='$(EXTRACFLAGS)'\ + EXTRALDFLAGS='$(EXTRALDFLAGS)'\ + EXTRADRIVERS='$(EXTRADRIVERS)' EXTRAAUTHENTICATORS='$(EXTRAAUTHENTICATORS)'\ +- PASSWDTYPE=$(PASSWDTYPE) SSLTYPE=$(SSLTYPE) ++ PASSWDTYPE=$(PASSWDTYPE) SSLTYPE=$(SSLTYPE) IP=$(IP) + + + # Here if no make argument established @@ -219,8 +219,9 @@ SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ |