Skip to content

Commit 198d3aa

Browse files
committed
textproc/icu: Require C++11
1 parent 437f343 commit 198d3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textproc/icu/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COMMENT= Robust and full-featured Unicode services
1414
LICENSE= mit
1515

1616
WRKSRC= ${WRKDIR}/icu/source
17-
USE_LANGUAGES= c99 c++
17+
USE_LANGUAGES= c99 c++11
1818
USE_TOOLS+= gmake pkg-config
1919
TEST_TARGET= check
2020
UNLIMIT_RESOURCES+= datasize

0 commit comments

Comments
 (0)