pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 15 06:02:55 UTC 2020

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphics/graphviz: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 pkgsrc/graphics/graphviz/Makefile

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

Modified files:

Index: pkgsrc/graphics/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.213 pkgsrc/graphics/graphviz/Makefile:1.214
--- pkgsrc/graphics/graphviz/Makefile:1.213     Fri Apr  3 10:30:32 2020
+++ pkgsrc/graphics/graphviz/Makefile   Fri May 15 06:02:55 2020
@@ -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_LANGUAGES=                c c++
 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