pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/geda Remove unsupported configure arguments.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd00c931b088
branches:  trunk
changeset: 352520:fd00c931b088
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 17:13:09 2016 +0000

description:
Remove unsupported configure arguments.

diffstat:

 cad/geda/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 8bca69de1ff1 -r fd00c931b088 cad/geda/Makefile
--- a/cad/geda/Makefile Thu Sep 15 17:08:27 2016 +0000
+++ b/cad/geda/Makefile Thu Sep 15 17:13:09 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2016/09/15 15:29:51 gdt Exp $
+# $NetBSD: Makefile,v 1.110 2016/09/15 17:13:09 wiz Exp $
 
 DISTNAME=      geda-gaf-1.8.2
 PKGNAME=       ${DISTNAME:S/-gaf-/-/}
@@ -30,8 +30,6 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_TOOLS+=            bash gmake msgfmt pkg-config
-CONFIGURE_ARGS+=       --disable-update-mime-database
-CONFIGURE_ARGS+=       --disable-update-desktop-database
 
 # let (f)lex rebuild this file.  The distributed one doesn't
 # always work.
@@ -50,9 +48,6 @@
 # needs GNU m4 for the PCBboard and gsch2pcb netlisters
 USE_TOOLS+=            gmake gm4:run pkg-config
 
-CONFIGURE_ARGS+=       --with-pcbm4dir=${LOCALBASE}/share/pcb/m4
-CONFIGURE_ARGS+=       --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb
-
 SUBST_CLASSES+=                        python
 SUBST_STAGE.python=            pre-configure
 SUBST_FILES.python=            utils/scripts/garchive.py



Home | Main Index | Thread Index | Old Index