Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphics/graphviz: skip check for un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22b8a4ce2974
branches:  trunk
changeset: 431614:22b8a4ce2974
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 15 06:02:55 2020 +0000

description:
graphics/graphviz: skip check for unknown configure options

diffstat:

 graphics/graphviz/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d457d5d57435 -r 22b8a4ce2974 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Fri May 15 05:59:18 2020 +0000
+++ b/graphics/graphviz/Makefile        Fri May 15 06:02:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2020/04/03 10:30:32 wiz Exp $
+# $NetBSD: Makefile,v 1.214 2020/05/15 06:02:55 rillig Exp $
 
 DISTNAME=      graphviz-2.40.1
 PKGREVISION=   47
@@ -19,6 +19,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            automake bison flex pkg-config
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 CONFIGURE_ARGS+=       --disable-java
 CONFIGURE_ARGS+=       --disable-php
 CONFIGURE_ARGS+=       --disable-python



Home | Main Index | Thread Index | Old Index