aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-03-14 19:04:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-03-14 19:04:30 +0000
commit37b37fadac55531a3be39f67fb7316d850af63b0 (patch)
treef33b00df9ad6ecfc0b93202f131f411f1d8df2ab
parent5fec362bccf74eae238177a1a22bccd1fbaa3513 (diff)
downloadports-37b37fadac55531a3be39f67fb7316d850af63b0.tar.gz
ports-37b37fadac55531a3be39f67fb7316d850af63b0.zip
audio/gnome-podcasts: fix build on powerpc
LLVM ERROR: out of memory
-rw-r--r--audio/gnome-podcasts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile
index b6db105e2416..2857169c1e46 100644
--- a/audio/gnome-podcasts/Makefile
+++ b/audio/gnome-podcasts/Makefile
@@ -32,6 +32,12 @@ CARGO_INSTALL= no
CARGO_TEST= no
GLIB_SCHEMAS= org.gnome.Podcasts.gschema.xml
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == powerpc
+LTO_UNSAFE= yes
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/dependency.*openssl/d' \
${WRKSRC}/meson.build