diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-30 01:42:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-30 01:42:01 +0000 |
commit | 58da0fd20dd692d55a43d82d3d4d9b266427648e (patch) | |
tree | 91684aa21ad434d7d36fce090399a57a4badd974 /audio/openal-soft/Makefile | |
parent | 11441b23b25f6981fffe44af399f963b7212ba92 (diff) | |
download | ports-58da0fd20dd692d55a43d82d3d4d9b266427648e.tar.gz ports-58da0fd20dd692d55a43d82d3d4d9b266427648e.zip |
Notes
Diffstat (limited to 'audio/openal-soft/Makefile')
-rw-r--r-- | audio/openal-soft/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 2aef5ec1fb7a..036c0176954d 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -23,10 +23,7 @@ CMAKE_ON= ALSOFT_BACKEND_WAVE ALSOFT_UTILS # do not link with librt and libdl. LDFLAGS+= -Wl,--as-needed -# fails to link with lld 6, remove after FreeBSD 12.0 EOL -.if exists(/usr/lib/clang/6.0.1) LLD_UNSAFE= yes -.endif PLIST_SUB= SOVERSION=${PORTVERSION} |