games/assaultcube: fix build on GCC architectures

OpenAL needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to `VTT for std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
This commit is contained in:
Piotr Kubaj 2019-12-07 15:57:10 +00:00
parent 9df980b952
commit cacc29d340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519215

View File

@ -39,7 +39,8 @@ OPTIONS_MULTI_BUILD= CLIENT DEDICATED MASTER
OPTIONS_DEFAULT= CLIENT DEDICATED
CLIENT_DESC= Build client
CLIENT_USES= gettext-runtime gl openal:al sdl xorg
CLIENT_USES= compiler:c++11-lang gettext-runtime gl openal:al sdl \
xorg
CLIENT_USE= GL=gl SDL=image,sdl XORG=x11
CLIENT_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
libcurl.so:ftp/curl