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

Jan Beich jbeich at FreeBSD.org
Fri Mar 27 23:40:41 UTC 2020


Author: jbeich
Date: Fri Mar 27 23:34:06 2020
New Revision: 529292
URL: https://svnweb.freebsd.org/changeset/ports/529292

Log:
  x11-toolkits/wlroots: aarch64 still needs LLD workaround

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

Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile	Fri Mar 27 23:33:58 2020	(r529291)
+++ head/x11-toolkits/wlroots/Makefile	Fri Mar 27 23:34:06 2020	(r529292)
@@ -33,7 +33,7 @@ USE_LDCONFIG=	yes
 GH_ACCOUNT=	swaywm
 MESON_ARGS=	-Dexamples=false
 
-# XXX Drop after FreeBSD 12.0 EOL
+# 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


More information about the svn-ports-all mailing list