aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2006-04-08 22:17:04 +0800
committerkrion <krion@FreeBSD.org>2006-04-08 22:17:04 +0800
commit3ccfc1e41d0b8b95a356f3f96b85edb39f8aeccb (patch)
treece68e5c7cb56980540dfd3f5197db368cb346134 /mail/exim
parentfae1ced0b037b5266329d69d9e83679bd7b07a84 (diff)
downloadfreebsd-ports-gnome-3ccfc1e41d0b8b95a356f3f96b85edb39f8aeccb.tar.gz
freebsd-ports-gnome-3ccfc1e41d0b8b95a356f3f96b85edb39f8aeccb.tar.zst
freebsd-ports-gnome-3ccfc1e41d0b8b95a356f3f96b85edb39f8aeccb.zip
Fix build if WITHOUT_PERL is specified.
Submitted by: many
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/files/patch-OS_Makefile-FreeBSD14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/exim/files/patch-OS_Makefile-FreeBSD b/mail/exim/files/patch-OS_Makefile-FreeBSD
new file mode 100644
index 000000000000..da023a3735b4
--- /dev/null
+++ b/mail/exim/files/patch-OS_Makefile-FreeBSD
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- OS/Makefile-FreeBSD.orig
++++ OS/Makefile-FreeBSD
+@@ -12,7 +12,7 @@
+ HAVE_SA_LEN=YES
+
+ # crypt() is in a separate library
+-LIBS=-lcrypt -lm
++LIBS=-lcrypt -lm -lutil
+
+ # FreeBSD always ships with Berkeley DB
+ USE_DB=yes