svn commit: r507839 - head/x11-toolkits/wlroots

Jan Beich jbeich at FreeBSD.org
Fri Aug 2 04:32:55 UTC 2019


Author: jbeich
Date: Fri Aug  2 04:32:54 2019
New Revision: 507839
URL: https://svnweb.freebsd.org/changeset/ports/507839

Log:
  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.

Modified:
  head/x11-toolkits/wlroots/Makefile   (contents, props changed)

Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile	Fri Aug  2 04:07:46 2019	(r507838)
+++ head/x11-toolkits/wlroots/Makefile	Fri Aug  2 04:32:54 2019	(r507839)
@@ -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


More information about the svn-ports-all mailing list