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.)
This commit is contained in:
parent
d9f1543293
commit
f1a989bd21
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue