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.
This commit is contained in:
parent
788755f40b
commit
f9e9334670
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507839
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue