pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gettext-lib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 28 18:33:57 UTC 2019

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

Log Message:
devel/gettext-lib: disable check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/gettext-lib/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-lib/Makefile
diff -u pkgsrc/devel/gettext-lib/Makefile:1.57 pkgsrc/devel/gettext-lib/Makefile:1.58
--- pkgsrc/devel/gettext-lib/Makefile:1.57      Sat Apr 11 18:27:32 2015
+++ pkgsrc/devel/gettext-lib/Makefile   Sun Apr 28 18:33:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/04/11 18:27:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.58 2019/04/28 18:33:57 rillig Exp $
 
 .include "../../devel/gettext/Makefile.common"
 
@@ -11,6 +11,7 @@ CONFIGURE_ARGS+=      --disable-csharp
 CONFIGURE_ARGS+=       --disable-c++
 CONFIGURE_ENV+=                PKGLOCALEDIR=${PKGLOCALEDIR}
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR}
+GNU_CONFIGURE_STRICT=  no # because of gettext-tools/examples
 
 CFLAGS+=               ${CFLAGS.${ICONV_TYPE}-iconv}
 CFLAGS.gnu-iconv+=     -DHAVE_GNU_ICONV



Home | Main Index | Thread Index | Old Index