summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya>2017-04-24 21:20:10 +0000
committermaya <maya>2017-04-24 21:20:10 +0000
commit781d53618069eecaba8690f26d9877ffa7e51417 (patch)
tree64293a7b37657d00ad137dd13f84633d267f3d77
parent5632636e40ba3802e0f854a396c26b6e552fd550 (diff)
downloadpkgsrc-781d53618069eecaba8690f26d9877ffa7e51417.tar.gz
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)
-rw-r--r--textproc/icu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 5e143325a0f..0daafae4dfc 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -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