aboutsummaryrefslogtreecommitdiff
path: root/games/naev
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 /games/naev
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 'games/naev')
-rw-r--r--games/naev/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile
index c09aeec6a6f8..1876356c9933 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -54,7 +54,6 @@ LUA_JIT_DESC= Use LuaJIT from lang/luajit
LUA_JIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
OPENAL_USES= openal
OPENAL_CONFIGURE_WITH= openal
-OPENAL_VARS= LLD_UNSAFE=yes # cf. PR 226980
SDL_MIXER_DESC= SDL_mixer sound backend
SDL_MIXER_CONFIGURE_WITH= sdlmixer
SDL2_DESC= Use SDL2 instead of SDL