diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-04 22:30:16 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-04 22:30:16 +0000 |
commit | 29a22bf2728d257b5cfdc8b0179602f868665120 (patch) | |
tree | 521d393a7d1c6ff3dc0211ce3ffb0f5e28b41192 /mail/bmf/files/patch-configure | |
parent | Add a missing BUIL_DEPENDS on py-gtk2. (diff) |
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/patch-configure')
-rw-r--r-- | mail/bmf/files/patch-configure | 14 |
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) |