1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Add compiler:c11 to USES to fix build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-11-18 18:28:13 +00:00
parent 7ac2bb0027
commit f9c5f65e16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485240

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libtidy5.so:www/tidy-html5 \
libduktape.so:lang/duktape-lib
USES= cmake perl5 readline
USES= cmake compiler:c11 perl5 readline
USE_PERL5= build
USE_GITHUB= yes