aboutsummaryrefslogtreecommitdiff
path: root/mail/bmf/files
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-04-04 22:30:16 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-04-04 22:30:16 +0000
commit29a22bf2728d257b5cfdc8b0179602f868665120 (patch)
tree521d393a7d1c6ff3dc0211ce3ffb0f5e28b41192 /mail/bmf/files
parent19963ed070082e336b99dfb45045827b27ca5b0c (diff)
downloadports-29a22bf2728d257b5cfdc8b0179602f868665120.tar.gz
ports-29a22bf2728d257b5cfdc8b0179602f868665120.zip
Fix bmf to work correctly with db3, db4, and db41.
Noticed by: Keltia on IRC
Notes
Notes: svn path=/head/; revision=78226
Diffstat (limited to 'mail/bmf/files')
-rw-r--r--mail/bmf/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/bmf/files/patch-configure b/mail/bmf/files/patch-configure
new file mode 100644
index 000000000000..fcc2f62d900a
--- /dev/null
+++ b/mail/bmf/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig Fri Apr 4 14:07:12 2003
++++ configure Fri Apr 4 14:08:48 2003
+@@ -134,9 +134,9 @@
+ AR=ar
+ ARFLAGS="-rc"
+ LD=gcc
+- LDFLAGS="$LDDBG"
++ LDFLAGS="${LDFLAGS}"
+ SYSLIBS=""
+- LIBDB_LIB=""
++ LIBDB_LIB="${DB_LIBNAME}"
+ MYSQL_LIB="-lmysqlclient"
+ ;;
+ OpenBSD)