Skip to content

Commit

Permalink
textproc/icu: Require GCC 4.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jul 1, 2020
1 parent 3c58419 commit 31967ec
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 @@ -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
Expand Down

0 comments on commit 31967ec

Please sign in to comment.