pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/redland



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 17 21:35:38 UTC 2020

Modified Files:
        pkgsrc/textproc/redland: Makefile

Log Message:
textproc/redland: disable check for unknown configure options

"bmake show-unknown-configure-options" said that everything is ok.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/redland/Makefile

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

Modified files:

Index: pkgsrc/textproc/redland/Makefile
diff -u pkgsrc/textproc/redland/Makefile:1.51 pkgsrc/textproc/redland/Makefile:1.52
--- pkgsrc/textproc/redland/Makefile:1.51       Sun May 17 21:31:02 2020
+++ pkgsrc/textproc/redland/Makefile    Sun May 17 21:35:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/05/17 21:31:02 rillig Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/17 21:35:38 rillig Exp $
 
 DISTNAME=      redland-1.0.17
 PKGREVISION=   22
@@ -10,9 +10,10 @@ HOMEPAGE=    http://librdf.org/
 COMMENT=       Libraries supporting the Resource Description Framework (RDF)
 LICENSE=       gnu-lgpl-v2.1 OR apache-2.0
 
-USE_TOOLS+=    gmake perl pkg-config
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
+USE_TOOLS+=            gmake perl pkg-config
+GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no
+USE_LIBTOOL=           yes
 
 # XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
 # XXX: package is installed and then fails in the installation phase.



Home | Main Index | Thread Index | Old Index