pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libiconv
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 4 15:32:32 UTC 2019
Modified Files:
pkgsrc/converters/libiconv: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/converters/libiconv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/libiconv/Makefile
diff -u pkgsrc/converters/libiconv/Makefile:1.66 pkgsrc/converters/libiconv/Makefile:1.67
--- pkgsrc/converters/libiconv/Makefile:1.66 Thu Mar 30 12:40:31 2017
+++ pkgsrc/converters/libiconv/Makefile Sat May 4 15:32:32 2019
@@ -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 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2
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