summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-17 21:35:38 +0000
committerrillig <rillig@pkgsrc.org>2020-05-17 21:35:38 +0000
commitdb734eaa2cde6110762924991c6cf8df274b38a9 (patch)
tree727c2bcecd1fc9b1c1e6591b21de02d30545a346 /textproc
parentd657f0a0dd36e7142216f48abb79db9af64b157a (diff)
downloadpkgsrc-db734eaa2cde6110762924991c6cf8df274b38a9.tar.gz
textproc/redland: disable check for unknown configure options
"bmake show-unknown-configure-options" said that everything is ok.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/redland/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 0b4758faa84..9dfcada943a 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -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.