diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-20 07:02:30 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-20 07:02:30 +0800 |
commit | 29a23b8db46037b11c05515ac5fdf5943629c024 (patch) | |
tree | 232716313097cfa367290f99641e117ac715906f /games/vamos | |
parent | 850bd11e4dd14835c3d7d84a80d5181003732149 (diff) | |
download | freebsd-ports-gnome-29a23b8db46037b11c05515ac5fdf5943629c024.tar.gz freebsd-ports-gnome-29a23b8db46037b11c05515ac5fdf5943629c024.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index fccb1b7a0e9f..eb19ce8512a3 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -29,10 +29,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes -LLD_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS_i386= -Wl,-znotext INFO= vamos PORTDOCS= * |