summaryrefslogtreecommitdiff
path: root/databases/libgda
diff options
context:
space:
mode:
authorrecht <recht>2005-03-26 11:16:15 +0000
committerrecht <recht>2005-03-26 11:16:15 +0000
commit4cf09738fb76a54e7bdae0483ace9ea7bca8b247 (patch)
tree0e3d36c679d8851f111aad6b40ef162424279364 /databases/libgda
parenta47280c975fdeba434f2bb84edba8eba5a661ad1 (diff)
downloadpkgsrc-4cf09738fb76a54e7bdae0483ace9ea7bca8b247.tar.gz
Disable the odbc module to fix the build on OS X.
The odbc module shouldn't be built here anyway. (And looks like it wasn't intended to.)
Diffstat (limited to 'databases/libgda')
-rw-r--r--databases/libgda/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 477abfc4ab0..310c020c069 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/02/24 19:17:10 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/26 11:16:15 recht Exp $
#
.include "Makefile.common"
@@ -9,5 +9,7 @@ PKG_SYSCONFSUBDIR= libgda
EGDIR= ${PREFIX}/share/examples/libgda
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
+CONFIGURE_ARGS+= --with-odbc=no
+
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"