aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql2odbc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-11-29 03:48:18 +0800
committerfjoe <fjoe@FreeBSD.org>2006-11-29 03:48:18 +0800
commite25d7b3f265321093d9717eae41919a5a7b4a374 (patch)
tree20ed17446cf2cfa4c3740f92e09d202515a5a929 /databases/mysql2odbc
parenta55104bdbff98448aadde6e4251bc7f0f3f62770 (diff)
downloadfreebsd-ports-gnome-e25d7b3f265321093d9717eae41919a5a7b4a374.tar.gz
freebsd-ports-gnome-e25d7b3f265321093d9717eae41919a5a7b4a374.tar.zst
freebsd-ports-gnome-e25d7b3f265321093d9717eae41919a5a7b4a374.zip
Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE= yes -> USE_AUTOTOOLS= libtool:15 Pointed out by: kris via pointyhat
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>