1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Add compiler:c++11-lang to USES to fix build on GCC-based systems:

cap32/slots.c:219: error: 'union <anonymous>' has no member named 'EnvType'

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-05-21 01:05:01 +00:00
parent ea6134b339
commit d0487703fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536029

View File

@ -9,7 +9,7 @@ COMMENT= Amstrad CPC computers emulator core for libretro API
LICENSE= GPLv2 LICENSE= GPLv2
USES= gmake localbase USES= compiler:c++11-lang gmake localbase
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GITHUB= yes USE_GITHUB= yes