aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-09-14 18:35:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-09-14 18:35:38 +0000
commitca4d77d4f33b5af6a372481b896fd3644bacb25d (patch)
tree49df9822df72f5d96819d1edd11f0930799e9df0 /x11
parentbcc0578412aae769a692811c371840a4e86e913f (diff)
downloadports-ca4d77d4f33b5af6a372481b896fd3644bacb25d.tar.gz
ports-ca4d77d4f33b5af6a372481b896fd3644bacb25d.zip
devel/meson: update to 0.55.3
- Fix "/usr/bin/env python3" in one more file [1] Changes: https://mesonbuild.com/Release-notes-for-0-55-0.html Changes: https://github.com/mesonbuild/meson/compare/0.54.3...0.55.3 Reported by: GitHub (watch releases) PR: 247935 With help of: yuri Exp-run by: antoine Submitted by: tcberner [1] Approved by: tcberner
Notes
Notes: svn path=/head/; revision=548668
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-shell/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 486fcc7fb615..3efb542504d2 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -62,6 +62,11 @@ CPE_VENDOR= gnome
GLIB_SCHEMAS= org.gnome.shell.gschema.xml
+.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
+# Work around "New rpath must not be longer than the old one."
+LDFLAGS+= -fuse-ld=lld
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|python3|${PYTHON_VERSION}|g' \
${WRKSRC}/meson.build