summaryrefslogtreecommitdiff
path: root/databases/mysql2odbc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-11-28 19:48:18 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-11-28 19:48:18 +0000
commit64f004690ce00c928323441fccbe053e18e63ad1 (patch)
treed4a4d5dd63bd4fbb3397d049f4dc6b7f6e6f6e0f /databases/mysql2odbc
parentAdd some gstreamer plugin dependencies to gaim-devel so that audio will (diff)
Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE= yes -> USE_AUTOTOOLS= libtool:15 Pointed out by: kris via pointyhat
Notes
Notes: svn path=/head/; revision=178201
Diffstat (limited to 'databases/mysql2odbc')
-rw-r--r--databases/mysql2odbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql2odbc/Makefile b/databases/mysql2odbc/Makefile
index af0fb7510726..c11292902cac 100644
--- a/databases/mysql2odbc/Makefile
+++ b/databases/mysql2odbc/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--libdir=${PREFIX}/mysql2odbc
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
.include <bsd.port.post.mk>