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

Rene Ladan rene at FreeBSD.org
Sat Oct 17 15:00:00 UTC 2020


Author: rene
Date: Sat Oct 17 14:59:59 2020
New Revision: 552594
URL: https://svnweb.freebsd.org/changeset/ports/552594

Log:
  x11-toolkits/wlroots: remove a case specific to FreeBSD 11.3
  
  Phabricator:	D26646

Modified:
  head/x11-toolkits/wlroots/Makefile

Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile	Sat Oct 17 14:58:38 2020	(r552593)
+++ head/x11-toolkits/wlroots/Makefile	Sat Oct 17 14:59:59 2020	(r552594)
@@ -34,12 +34,6 @@ USE_LDCONFIG=	yes
 GH_ACCOUNT=	swaywm
 MESON_ARGS=	-Dexamples=false
 
-# XXX Drop after FreeBSD 11.3 EOL (aarch64)
-.if exists(/usr/lib/clang/8.0.0)
-# https://github.com/swaywm/wlroots/issues/1450
-LLD_UNSAFE=	yes
-.endif
-
 OPTIONS_DEFINE=	CONSOLEKIT LIBSEAT X11
 OPTIONS_DEFAULT=X11
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list