From 31967ec5bd1fa58a3b7a5cb2bb8a28dc7f5ead45 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Wed, 1 Jul 2020 22:47:22 +0200 Subject: [PATCH] textproc/icu: Require GCC 4.9+ --- textproc/icu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 16930c6da210..6f7c5edb7ad3 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -16,7 +16,7 @@ LICENSE= mit WRKSRC= ${WRKDIR}/icu/source USE_LANGUAGES= c99 c++ USE_TOOLS+= gmake pkg-config -GCC_REQD+= 4.8 +GCC_REQD+= 4.9 TEST_TARGET= check UNLIMIT_RESOURCES+= datasize GNU_CONFIGURE= yes