games/excido: fix build on GCC architectures
OpenAL needs C++11 compiler: /usr/local/lib/libopenal.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char, unsigned long) const@GLIBCXX_3.4.21'
This commit is contained in:
parent
6c42955075
commit
64bc9cb2d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519437
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= gl gmake openal:al,alut sdl tar:bzip2
|
||||
USES= compiler:c++11-lang gl gmake openal:al,alut sdl tar:bzip2
|
||||
USE_GL= gl glu
|
||||
USE_SDL= image sdl ttf
|
||||
|
||||
|
|
Loading…
Reference in a new issue