mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
games/tecnoballz: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build: configure: error: tinyxml library is not present in your system Approved by: mentors (implicit approval)
This commit is contained in:
parent
e29d0de617
commit
63a9fc6066
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501093
@ -19,7 +19,7 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod \
|
||||
libsmpeg.so:multimedia/smpeg \
|
||||
libtinyxml.so:textproc/tinyxml
|
||||
|
||||
USES= autoreconf gmake tar:tgz
|
||||
USES= autoreconf compiler:c++11-lang gmake tar:tgz
|
||||
USE_SDL= sdl mixer image
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user