summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/patch-ac
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-01-17 15:35:34 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-01-17 15:35:34 +0000
commit153d604e2408e7fa68470a7f312a04c7c8ab76d5 (patch)
treeb9c0e097adaa0f1aeb139abc3d0c6f8e55068060 /mail/cyrus-imapd22/files/patch-ac
parentUpgrade to 2.661. (diff)
Support Berkeley DB 4.2.
Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
Notes
Notes: svn path=/head/; revision=98399
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-ac')
-rw-r--r--mail/cyrus-imapd22/files/patch-ac16
1 files changed, 15 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/files/patch-ac b/mail/cyrus-imapd22/files/patch-ac
index 2088891edc95..17f80a114033 100644
--- a/mail/cyrus-imapd22/files/patch-ac
+++ b/mail/cyrus-imapd22/files/patch-ac
@@ -1,7 +1,7 @@
Index: configure
diff -u configure.orig configure
--- configure.orig Thu Jan 15 23:36:50 2004
-+++ configure Fri Jan 16 04:03:09 2004
++++ configure Sat Jan 17 21:11:14 2004
@@ -6565,7 +6565,7 @@
BDB_LIBADD=""
fi
@@ -11,6 +11,20 @@ diff -u configure.orig configure
do
as_ac_Lib=`echo "ac_cv_lib_$dbname''_db_create" | $as_tr_sh`
echo "$as_me:$LINENO: checking for db_create in -l$dbname" >&5
+@@ -6589,11 +6589,11 @@
+ #endif
+ /* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+-char db_create ();
++#include <db.h>
+ int
+ main ()
+ {
+-db_create ();
++db_create (0, 0, 0);
+ ;
+ return 0;
+ }
@@ -13854,7 +13854,7 @@
#define HAVE_UCDSNMP 1
_ACEOF