aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wlroots
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-02 04:32:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-02 04:32:54 +0000
commitf9e933467090c37c909bdfc19cfa502799ac26dc (patch)
tree36be52f86086225f3457a451f6b77d74e4925080 /x11-toolkits/wlroots
parent788755f40b41fc5d7dc2ddd5daff3eacbf8e55cc (diff)
downloadports-f9e933467090c37c909bdfc19cfa502799ac26dc.tar.gz
ports-f9e933467090c37c909bdfc19cfa502799ac26dc.zip
x11-toolkits/wlroots: phase out LLD_UNSAFE
-CURRENT/-STABLE snapshots with Clang/LLD 7.0.* are already EOL i.e., not worth maintaining conditionals for.
Notes
Notes: svn path=/head/; revision=507839
Diffstat (limited to 'x11-toolkits/wlroots')
-rw-r--r--x11-toolkits/wlroots/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index 177221387339..7b183e721775 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -27,8 +27,11 @@ USE_LDCONFIG= yes
GH_ACCOUNT= swaywm
MESON_ARGS= -Dexamples=false
+# XXX Drop after FreeBSD 12.0 EOL
+.if exists(/usr/lib/clang/8.0.0)
# https://github.com/swaywm/wlroots/issues/1450
LLD_UNSAFE= yes
+.endif
OPTIONS_DEFINE= FREERDP X11
OPTIONS_DEFAULT=FREERDP X11