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:
parent
7dfdaf260b
commit
65bb0a788e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519194
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user