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:   maya
Date:           Mon Apr 24 21:20:10 UTC 2017

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: require at least GCC 4.8
we need some c++11 (uchar16_t)
It's possible that lower will suffice

fixes build under netbsd 6.0 (gcc 4.5.3)


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 pkgsrc/textproc/icu/Makefile:1.109
--- pkgsrc/textproc/icu/Makefile:1.108  Sat Apr 22 20:11:45 2017
+++ pkgsrc/textproc/icu/Makefile        Mon Apr 24 21:20:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2017/04/22 20:11:45 adam Exp $
+# $NetBSD: Makefile,v 1.109 2017/04/24 21:20:10 maya Exp $
 
 DISTNAME=      icu4c-59_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -14,6 +14,7 @@ LICENSE=      mit
 WRKSRC=                        ${WRKDIR}/icu/source
 USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            gmake
+GCC_REQD+=             4.8
 TEST_TARGET=           check
 UNLIMIT_RESOURCES+=    datasize
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index