pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gettext



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 03:38:24 UTC 2020

Modified Files:
        pkgsrc/devel/gettext: Makefile.common

Log Message:
devel/gettext: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/gettext/Makefile.common

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/Makefile.common
diff -u pkgsrc/devel/gettext/Makefile.common:1.17 pkgsrc/devel/gettext/Makefile.common:1.18
--- pkgsrc/devel/gettext/Makefile.common:1.17   Mon Apr 20 08:37:14 2020
+++ pkgsrc/devel/gettext/Makefile.common        Wed May 13 03:38:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2020/04/20 08:37:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.18 2020/05/13 03:38:24 rillig Exp $
 #
 # used by devel/gettext/Makefile
 # used by devel/gettext-asprintf/Makefile
@@ -18,3 +18,4 @@ CONFLICTS=    gettext<=0.10.35
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # several sub-configures



Home | Main Index | Thread Index | Old Index