games/7kaa: fix build on GCC architectures
Add USES=compiler:c++11-lang to fix: configure: error: *** A compiler with support for C++11 language features is required. Approved by: mentors (implicit approval)
This commit is contained in:
parent
d8ca18a3aa
commit
0645dd0090
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506347
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ LIB_DEPENDS= libenet.so:net/enet \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= the3dfxdude
|
||||
|
||||
USES= autoreconf gettext-tools gmake localbase openal:al pkgconfig sdl
|
||||
USES= autoreconf compiler:c++11-lang gettext-tools gmake localbase \
|
||||
openal:al pkgconfig sdl
|
||||
USE_SDL= sdl2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue