audio/gnome-podcasts: fix build on armv7

This avoids an address space exhaustion due to LTO.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q1
This commit is contained in:
Robert Clausecker 2025-01-20 16:30:33 +01:00
parent b41f00fa8b
commit 1b82d05b85

View file

@ -27,7 +27,7 @@ GLIB_SCHEMAS= org.gnome.Podcasts.gschema.xml
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${ARCH} == i386 || ${ARCH} == powerpc .if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH:Marmv?}
# https://github.com/rust-lang/rust/issues/85598 # https://github.com/rust-lang/rust/issues/85598
LTO_UNSAFE= yes LTO_UNSAFE= yes
.endif .endif