Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/redland textproc/redland: disable check for u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09228c6f14c2
branches:  trunk
changeset: 431976:09228c6f14c2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 17 21:35:38 2020 +0000

description:
textproc/redland: disable check for unknown configure options

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

diffstat:

 textproc/redland/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 36d0fe2b862e -r 09228c6f14c2 textproc/redland/Makefile
--- a/textproc/redland/Makefile Sun May 17 21:33:03 2020 +0000
+++ b/textproc/redland/Makefile Sun May 17 21:35:38 2020 +0000
@@ -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 @@
 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