aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-03-19 23:02:30 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-03-19 23:02:30 +0000
commit29a23b8db46037b11c05515ac5fdf5943629c024 (patch)
tree232716313097cfa367290f99641e117ac715906f /audio/openal-soft
parent850bd11e4dd14835c3d7d84a80d5181003732149 (diff)
downloadports-29a23b8db46037b11c05515ac5fdf5943629c024.tar.gz
ports-29a23b8db46037b11c05515ac5fdf5943629c024.zip
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030
Notes
Notes: svn path=/head/; revision=528750
Diffstat (limited to 'audio/openal-soft')
-rw-r--r--audio/openal-soft/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index 6447b7c225ad..98446f59f7a4 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -24,10 +24,6 @@ CMAKE_ON= ALSOFT_BACKEND_WAVE ALSOFT_UTILS
# do not link with librt and libdl.
LDFLAGS+= -Wl,--as-needed
LDFLAGS_i386= -Wl,-z,notext
-# XXX Drop after FreeBSD 12.0 EOL
-.if exists(/usr/lib/clang/6.0.1)
-LLD_UNSAFE= yes
-.endif
PLIST_SUB= SOVERSION=${PORTVERSION}