pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/icu needs c99, fixes SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcf274277e63
branches: trunk
changeset: 355645:dcf274277e63
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Thu Dec 08 12:15:43 2016 +0000
description:
needs c99, fixes SunOS
diffstat:
textproc/icu/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd7c5424431c -r dcf274277e63 textproc/icu/Makefile
--- a/textproc/icu/Makefile Thu Dec 08 10:20:08 2016 +0000
+++ b/textproc/icu/Makefile Thu Dec 08 12:15:43 2016 +0000
@@ -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 @@
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