1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/mail/bmf/files/patch-configure
Sean Chittenden 29a22bf272 Fix bmf to work correctly with db3, db4, and db41.
Noticed by:	Keltia on IRC
2003-04-04 22:30:16 +00:00

15 lines
309 B
Plaintext

--- 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)