diff options
author | recht <recht@pkgsrc.org> | 2005-03-26 11:16:15 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-03-26 11:16:15 +0000 |
commit | f1a989bd2138407b5c1e6090ddb1cb912096eb9a (patch) | |
tree | 0e3d36c679d8851f111aad6b40ef162424279364 /databases/libgda | |
parent | d9f1543293a1c4320980361942b90de7b14e9daa (diff) | |
download | pkgsrc-f1a989bd2138407b5c1e6090ddb1cb912096eb9a.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/Makefile | 4 |
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" |