From 82dd27679c74625c3391c8ef55e3e57ae7544246 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 22 Aug 2017 15:47:42 -0400 Subject: [PATCH 2/4] audio/openal-soft: set LLD_UNSAFE /usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) /usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) ... PR: 219089 --- audio/openal-soft/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 5c175b5e7ffe..997488400341 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -16,6 +16,7 @@ CONFLICTS= openal-200[0-9]* USES= tar:bzip2 cmake compiler:c11 USE_LDCONFIG= yes +LLD_UNSAFE= yes CMAKE_ARGS= -DSHARE_INSTALL_DIR:STRING=${ETCDIR} \ -DALSOFT_REQUIRE_OSS:BOOL=OFF \ -DALSOFT_REQUIRE_JACK:BOOL=OFF \ -- 2.13.2