Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2019 04:32:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507839 - head/x11-toolkits/wlroots
Message-ID:  <201908020432.x724WsSj045078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908020432.x724WsSj045078>