diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-08-14 10:25:15 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-08-14 10:25:15 +0000 |
commit | 944ed68cfa6d823124404e91d68ac8e5729401e6 (patch) | |
tree | 7db635de9ccf399a0a08eb2a1cd582f607ef113f /mail/exim/files/patch-OS::Makefile-FreeBSD | |
parent | Upgrade to upstream release 1.9.2.1. (diff) |
Update to exim-4.21:
* This is a mostly maintenance release, although some new features have
been added (including Sieve support).
!!!WARNING!!!
The non-ACL exiscan patch is no longer supported. The exiscan-acl patch
is now used by default, unless WITHOUT_EXISCAN is given.
This means that existing installations that rely on non-ACL exiscan
CAN NOT be upgraded without changes to the configure file.
Notes
Notes:
svn path=/head/; revision=86927
Diffstat (limited to 'mail/exim/files/patch-OS::Makefile-FreeBSD')
-rw-r--r-- | mail/exim/files/patch-OS::Makefile-FreeBSD | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/exim/files/patch-OS::Makefile-FreeBSD b/mail/exim/files/patch-OS::Makefile-FreeBSD index 58f6355e13d8..59769cfb40f7 100644 --- a/mail/exim/files/patch-OS::Makefile-FreeBSD +++ b/mail/exim/files/patch-OS::Makefile-FreeBSD @@ -1,10 +1,19 @@ ---- OS/Makefile-FreeBSD.orig Mon Jun 11 12:04:05 2001 -+++ OS/Makefile-FreeBSD Mon Jun 11 12:04:33 2001 -@@ -5,6 +5,7 @@ +--- OS/Makefile-FreeBSD.orig Tue Aug 12 17:39:51 2003 ++++ OS/Makefile-FreeBSD Thu Aug 14 12:10:46 2003 +@@ -5,12 +5,16 @@ PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout CHOWN_COMMAND=/usr/sbin/chown +STRIP_COMMAND=/usr/bin/strip + HAVE_ICONV=yes HAVE_SA_LEN=YES + # crypt() is in a separate library + LIBS=-lcrypt ++ ++# iconv() is in a separate 4rd party library ++LFLAGS+=-liconv -L${LOCALBASE}/lib + + # FreeBSD always ships with Berkeley DB + USE_DB=yes |