1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

games/blackshadeselite: fix build on GCC architectures

OpenAL now needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
This commit is contained in:
Piotr Kubaj 2019-12-07 10:13:27 +00:00
parent 7dfdaf260b
commit 65bb0a788e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519194

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvorbis.so:audio/libvorbis
USES= gl gmake openal:al,alut sdl tar:bzip2
USES= compiler:c++11-lang gl gmake openal:al,alut sdl tar:bzip2
USE_CXXSTD= c++98
USE_SDL= sdl
USE_GL= gl glu