summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/extra-patch-aclocal.m4
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-07-26 20:39:54 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-07-26 20:39:54 +0000
commitfd095c476678013ef266338b51b424ee67795ab2 (patch)
tree260054500cc1f40e0a94e69fc3a9d02b522c23b1 /mail/cyrus-imapd22/files/extra-patch-aclocal.m4
parentUpdate to 1.0.6, and use the new libtool scheme. (diff)
- Update to 2.2.7.
- Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with perl5.8 installed. Though we need 5.8's libperl.so, /usr/lib/libperl.so was linked. [1] Reported by: Thomas Vogt <tv@solnet.ch> [1]
Notes
Notes: svn path=/head/; revision=114802
Diffstat (limited to 'mail/cyrus-imapd22/files/extra-patch-aclocal.m4')
-rw-r--r--mail/cyrus-imapd22/files/extra-patch-aclocal.m413
1 files changed, 9 insertions, 4 deletions
diff --git a/mail/cyrus-imapd22/files/extra-patch-aclocal.m4 b/mail/cyrus-imapd22/files/extra-patch-aclocal.m4
index 0fb00562c04e..fc32b3504419 100644
--- a/mail/cyrus-imapd22/files/extra-patch-aclocal.m4
+++ b/mail/cyrus-imapd22/files/extra-patch-aclocal.m4
@@ -1,7 +1,7 @@
Index: aclocal.m4
diff -u aclocal.m4.orig aclocal.m4
---- aclocal.m4.orig Sat May 29 03:08:14 2004
-+++ aclocal.m4 Sat May 29 07:10:54 2004
+--- aclocal.m4.orig Fri Jun 18 03:55:46 2004
++++ aclocal.m4 Wed Jul 21 04:23:48 2004
@@ -505,7 +505,7 @@
BDB_LIBADD=""
fi
@@ -20,16 +20,21 @@ diff -u aclocal.m4.orig aclocal.m4
dblib="no")
CPPFLAGS=$cmu_save_CPPFLAGS
-@@ -1806,7 +1806,7 @@
+@@ -1806,9 +1806,12 @@
if test -n "$SNMP_LIBS" && test -n "$SNMP_PREFIX"; then
CPPFLAGS="$CPPFLAGS -I${SNMP_PREFIX}/include"
- LIB_UCDSNMP=$SNMP_LIBS
+ LIB_UCDSNMP="$SNMP_LIBS -lwrap"
++ PERLLIBDIR=`$PERL -e 'use Config; print "$Config{archlibexp}/CORE";'`
++ LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}"
AC_DEFINE(HAVE_NETSNMP,1,[Do we have Net-SNMP support?])
AC_SUBST(LIB_UCDSNMP)
++ AC_SUBST(LDFLAGS_UCDSNMP)
AC_MSG_RESULT(yes)
-@@ -1834,7 +1834,7 @@
+ else
+ AC_MSG_RESULT(no)
+@@ -1834,7 +1837,7 @@
LIB_UCDSNMP=""
if test "$with_snmp" != no; then
AC_DEFINE(HAVE_UCDSNMP,1,[Do we have UCD-SNMP support?])