pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libiconv converters/libiconv: disable GNU_C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c94b755cedaa
branches:  trunk
changeset: 333293:c94b755cedaa
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 04 15:32:32 2019 +0000

description:
converters/libiconv: disable GNU_CONFIGURE_STRICT check

The check would report many unknown options. This is only because
libiconv has several configure scripts, and in the end, all given options
are necessary.

diffstat:

 converters/libiconv/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b0509330c025 -r c94b755cedaa converters/libiconv/Makefile
--- a/converters/libiconv/Makefile      Sat May 04 15:29:50 2019 +0000
+++ b/converters/libiconv/Makefile      Sat May 04 15:32:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2017/03/30 12:40:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.67 2019/05/04 15:32:32 rillig Exp $
 
 DISTNAME=      libiconv-1.14
 PKGREVISION=   3
@@ -12,8 +12,9 @@
 
 USE_LANGUAGES+=                c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=    pax
+USE_TOOLS+=            pax
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no      # has multiple configure scripts
 
 CONFLICTS=     man-pages-[0-9]*
 



Home | Main Index | Thread Index | Old Index