diff options
author | dougb <dougb@FreeBSD.org> | 2004-08-23 07:02:27 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-08-23 07:02:27 +0800 |
commit | ba91e788c41e66a6a7232ef8b654c0b2b18e6e78 (patch) | |
tree | e82d419099ab5256d8bb25ae0c75bd62ffa08660 /mail/pine4/files | |
parent | 596911e38a502272eda8af1b4ff070a38abd5d3f (diff) | |
download | freebsd-ports-gnome-ba91e788c41e66a6a7232ef8b654c0b2b18e6e78.tar.gz freebsd-ports-gnome-ba91e788c41e66a6a7232ef8b654c0b2b18e6e78.tar.zst freebsd-ports-gnome-ba91e788c41e66a6a7232ef8b654c0b2b18e6e78.zip |
Add a hunk to address the IP=6 compile problem
PR: ports/68282
Submitted by: Mohacsi Janos <janos.mohacsi@bsd.hu>
Diffstat (limited to 'mail/pine4/files')
-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 \ |