pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/icu
Module Name: pkgsrc
Committed By: wiedi
Date: Thu Dec 8 12:15:43 UTC 2016
Modified Files:
pkgsrc/textproc/icu: Makefile
Log Message:
needs c99, fixes SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/textproc/icu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.105 pkgsrc/textproc/icu/Makefile:1.106
--- pkgsrc/textproc/icu/Makefile:1.105 Sun Dec 4 04:11:32 2016
+++ pkgsrc/textproc/icu/Makefile Thu Dec 8 12:15:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2016/12/04 04:11:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.106 2016/12/08 12:15:43 wiedi Exp $
DISTNAME= icu4c-58_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -12,7 +12,7 @@ COMMENT= Robust and full-featured Unicod
LICENSE= mit
WRKSRC= ${WRKDIR}/icu/source
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
USE_TOOLS+= gmake
TEST_TARGET= check
UNLIMIT_RESOURCES+= datasize
Home |
Main Index |
Thread Index |
Old Index