summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-05-10 16:52:22 +0000
committertaca <taca@pkgsrc.org>2010-05-10 16:52:22 +0000
commit5915452f3dde4ab01a3475f9a47eeaf9babbb80e (patch)
tree6667922c23589d0135f68846dbc33af11a4d99c0 /databases
parent2d24eb288c27b075e7eea4a4d42f7414d66df224 (diff)
downloadpkgsrc-5915452f3dde4ab01a3475f9a47eeaf9babbb80e.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')
-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