1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

games/avp: fix build on GCC architectures

OpenAL 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-09 14:00:56 +00:00
parent 4720c7ddaf
commit e3e3c40482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519611

View File

@ -13,7 +13,7 @@ COMMENT= Open source re-implementation of Alien versus Predator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake gl openal sdl
USES= cmake compiler:c++11-lang gl openal sdl
USE_GL= gl
USE_SDL= sdl