summaryrefslogtreecommitdiff
path: root/databases/unixodbc/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-05-10 16:52:22 +0000
committertaca <taca>2010-05-10 16:52:22 +0000
commitd8635ca547132f1e238b7ce5849102e18affbf4a (patch)
tree6667922c23589d0135f68846dbc33af11a4d99c0 /databases/unixodbc/Makefile
parente9168e354359e25313f67d1d3159b56b88300052 (diff)
downloadpkgsrc-d8635ca547132f1e238b7ce5849102e18affbf4a.tar.gz
It seems that unixODBC 2.3.0 dosen't build drivers/driver-conf
modules default and PLIST broken now. So, specify some configure option to build as before.
Diffstat (limited to 'databases/unixodbc/Makefile')
-rw-r--r--databases/unixodbc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile
index eff5a2eb631..8fa4c564f5c 100644
--- a/databases/unixodbc/Makefile
+++ b/databases/unixodbc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2010/05/03 02:10:43 jnemeth Exp $
+# $NetBSD: Makefile,v 1.29 2010/05/10 16:52:22 taca Exp $
DISTNAME= unixODBC-2.3.0
PKGNAME= ${DISTNAME:S/ODBC/odbc/}
@@ -17,6 +17,8 @@ CONFLICTS+= iodbc-[0-9]*
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --enable-driverc
+CONFIGURE_ARGS+= --enable-drivers
CONFIGURE_ARGS+= --enable-threads
PTHREAD_OPTS+= require