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:
Piotr Kubaj 2019-12-08 17:09:37 +00:00
parent 6c42955075
commit 64bc9cb2d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519437

View file

@ -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