pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu icu: require at least GCC 4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3503f42e21f5
branches:  trunk
changeset: 361683:3503f42e21f5
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Apr 24 21:20:10 2017 +0000

description:
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)

diffstat:

 textproc/icu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7aeb292e04de -r 3503f42e21f5 textproc/icu/Makefile
--- a/textproc/icu/Makefile     Mon Apr 24 20:12:28 2017 +0000
+++ b/textproc/icu/Makefile     Mon Apr 24 21:20:10 2017 +0000
@@ -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 @@
 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