sysutils/gnome-control-center: link failure (11.x, old ld(1))
PR: 250089 Submitted by: John Hein <jcfyecrayz@liamekaens.com>
This commit is contained in:
parent
9d3bf227d3
commit
719d7dbed3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555191
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue