mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
@ -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 New Issue
Block a user