aboutsummaryrefslogtreecommitdiff
path: root/net-im/toxic
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 /net-im/toxic
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 'net-im/toxic')
-rw-r--r--net-im/toxic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index 7e816751f1ea..5e465b44b9aa 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -41,9 +41,9 @@ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1
CFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${NCURSESLIB}
+LDFLAGS_i386= -Wl,-znotext
MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" \
MANDIR="${MANPREFIX}/man"
-LLD_UNSAFE= yes
SUB_FILES= pkg-message
post-patch-PYTHON-on: