Skip to content

Commit

Permalink
textproc/icu: Require GCC 4.9+ and C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jul 26, 2020
1 parent b16ff3b commit 9ee8e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textproc/icu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ COMMENT= Robust and full-featured Unicode services
LICENSE= mit

WRKSRC= ${WRKDIR}/icu/source
USE_LANGUAGES= c99 c++
USE_LANGUAGES= c99 c++11
USE_TOOLS+= gmake pkg-config
GCC_REQD+= 4.8
GCC_REQD+= 4.9
TEST_TARGET= check
UNLIMIT_RESOURCES+= datasize
GNU_CONFIGURE= yes
Expand Down

0 comments on commit 9ee8e0b

Please sign in to comment.