svn commit: r555191 - head/sysutils/gnome-control-center

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 15 10:30:26 UTC 2020


Author: tcberner
Date: Sun Nov 15 10:30:25 2020
New Revision: 555191
URL: https://svnweb.freebsd.org/changeset/ports/555191

Log:
  sysutils/gnome-control-center: link failure (11.x, old ld(1))
  
  PR:		250089
  Submitted by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/sysutils/gnome-control-center/Makefile

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Sun Nov 15 10:25:31 2020	(r555190)
+++ head/sysutils/gnome-control-center/Makefile	Sun Nov 15 10:30:25 2020	(r555191)
@@ -67,6 +67,10 @@ CHEESE_MESON_TRUE=	cheese
 WAYLAND_MESON_TRUE=	wayland
 WAYLAND_LIB_DEPENDS=	libgudev-1.0.so:devel/libgudev
 
+# This can be removed after 11.x is no longer supported
+.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)
+LDFLAGS+=      -fuse-ld=lld
+.endif
 
 .include <bsd.port.pre.mk>
 # FreeBSD base gained /etc/os-release in r354922, which


More information about the svn-ports-all mailing list