Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2023 19:05:06 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37b37fadac55 - main - audio/gnome-podcasts: fix build on powerpc
Message-ID:  <202303141905.32EJ56Oe022174@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37b37fadac55531a3be39f67fb7316d850af63b0

commit 37b37fadac55531a3be39f67fb7316d850af63b0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-03-14 19:04:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-03-14 19:04:30 +0000

    audio/gnome-podcasts: fix build on powerpc
    
    LLVM ERROR: out of memory
---
 audio/gnome-podcasts/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303141905.32EJ56Oe022174>