1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

audio/alure: fix build on GCC architectures

C++11 compiler is necessary:
/usr/local/lib/libopenal.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-12-06 08:59:47 +00:00
parent df904fa6a5
commit 465ebd5cd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519121

View File

@ -13,7 +13,7 @@ COMMENT= Utility library to help manage common tasks with OpenAL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake openal:soft pkgconfig
USES= cmake compiler:c++11-lang openal:soft pkgconfig
USE_LDCONFIG= yes
LLD_UNSAFE= yes # lld disallows preemption of protected visibility syms
CMAKE_OFF= BUILD_DOCS BUILD_STATIC