Skip to content

Commit

Permalink
textproc/icu: Require C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Nov 1, 2020
1 parent 437f343 commit 198d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/icu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
TEST_TARGET= check
UNLIMIT_RESOURCES+= datasize
Expand Down

0 comments on commit 198d3aa

Please sign in to comment.