Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgda databases/libgda: remove unknown conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/438dc84d5d6c
branches:  trunk
changeset: 432982:438dc84d5d6c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:15:51 2020 +0000

description:
databases/libgda: remove unknown configure option

diffstat:

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

diffs (19 lines):

diff -r eea69c3489ae -r 438dc84d5d6c databases/libgda/Makefile
--- a/databases/libgda/Makefile Thu May 28 15:08:27 2020 +0000
+++ b/databases/libgda/Makefile Thu May 28 15:15:51 2020 +0000
@@ -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 @@
 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