pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gettext-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 23 17:39:53 UTC 2019

Modified Files:
        pkgsrc/devel/gettext-tools: Makefile

Log Message:
devel/gettext-tools: disable check for unknown configure arguments


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/gettext-tools/Makefile

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

Modified files:

Index: pkgsrc/devel/gettext-tools/Makefile
diff -u pkgsrc/devel/gettext-tools/Makefile:1.35 pkgsrc/devel/gettext-tools/Makefile:1.36
--- pkgsrc/devel/gettext-tools/Makefile:1.35    Mon May 15 14:14:04 2017
+++ pkgsrc/devel/gettext-tools/Makefile Thu May 23 17:39:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/05/15 14:14:04 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/05/23 17:39:53 rillig Exp $
 
 .include "../../devel/gettext/Makefile.common"
 
@@ -24,6 +24,7 @@ CONFIGURE_ENV+=               GCJ= ac_cv_prog_GCJ= ac
 CONFIGURE_ENV+=                HAVE_GCJ_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JIKES_IN_PATH=
+GNU_CONFIGURE_STRICT=  no # because of gettext-runtime
 LDFLAGS.AIX+=          -Wl,-brtl
 
 SHLIBTOOL_OVERRIDE=    # empty



Home | Main Index | Thread Index | Old Index