pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/libgda



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:15:51 UTC 2020

Modified Files:
        pkgsrc/databases/libgda: Makefile

Log Message:
databases/libgda: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/libgda/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/libgda/Makefile
diff -u pkgsrc/databases/libgda/Makefile:1.41 pkgsrc/databases/libgda/Makefile:1.42
--- pkgsrc/databases/libgda/Makefile:1.41       Sun Mar  8 16:47:29 2020
+++ pkgsrc/databases/libgda/Makefile    Thu May 28 15:15:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/03/08 16:47:29 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2020/05/28 15:15:51 rillig Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -7,7 +7,8 @@ PKGREVISION= 2
 PKGCONFIG_OVERRIDE+=   libgda-5.0.pc.in
 PKGCONFIG_OVERRIDE+=   libgda-report-5.0.pc.in
 
-CONFIGURE_ARGS+=       --with-odbc=no --with-bdb=no --with-oracle=no
+CONFIGURE_ARGS+=       --with-bdb=no
+CONFIGURE_ARGS+=       --with-oracle=no
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index