pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libgda Disable the odbc module to fix the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e21f6ce10473
branches:  trunk
changeset: 491598:e21f6ce10473
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Mar 26 11:16:15 2005 +0000

description:
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:

 databases/libgda/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3e964d7f1baa -r e21f6ce10473 databases/libgda/Makefile
--- a/databases/libgda/Makefile Sat Mar 26 11:12:03 2005 +0000
+++ b/databases/libgda/Makefile Sat Mar 26 11:16:15 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index