pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche lang/gauche: skip check for unknown config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae5cb349a1bf
branches:  trunk
changeset: 425509:ae5cb349a1bf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 10:50:35 2020 +0000

description:
lang/gauche: skip check for unknown configure options

diffstat:

 lang/gauche/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 27310b08d93c -r ae5cb349a1bf lang/gauche/Makefile
--- a/lang/gauche/Makefile      Sun Mar 22 10:45:10 2020 +0000
+++ b/lang/gauche/Makefile      Sun Mar 22 10:50:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2020/01/26 17:31:27 rillig Exp $
+# $NetBSD: Makefile,v 1.75 2020/03/22 10:50:35 rillig Exp $
 #
 
 DISTNAME=      Gauche-0.9.6
@@ -17,6 +17,7 @@
 
 MAKE_JOBS_SAFE=                no
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has several configure programs
 CONFIGURE_ARGS+=       --with-slib=${LOCALBASE}/share/slib
 CONFIGURE_ARGS+=       --enable-threads=pthreads
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}



Home | Main Index | Thread Index | Old Index