freebsd-ports/mail/exim/files/patch-OS::Makefile-FreeBSD
Sheldon Hearn 397db8d46b Update to exim-4.22:
* IPv6 bug fix incorporated.
* Catch up with changes in makefiles.
* Make portlint happier with respect to DOCSDIR, INFO and spaces.
* Use the new INFO macro.
* Use PATCHFILES instead of patching by hand, now that we don't support
  the non-ACL exiscan patch.

This release fixes a few last minute release mistakes from 4.21.

PR:		ports/55701
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-18 17:19:58 +00:00

19 lines
489 B
Text

--- OS/Makefile-FreeBSD.orig Tue Aug 12 17:39:51 2003
+++ OS/Makefile-FreeBSD Thu Aug 14 12:10:46 2003
@@ -5,11 +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