mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
parent
b41f00fa8b
commit
1b82d05b85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue