games-fps/alephone: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/873298
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-25 23:54:27 -04:00 committed by Sam James
parent 039e3cb218
commit e728192cd0
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 14 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools optfeature prefix toolchain-funcs xdg
inherit autotools flag-o-matic optfeature prefix toolchain-funcs xdg
DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
HOMEPAGE="https://alephone.lhowon.org/"
@ -65,6 +65,11 @@ src_prepare() {
}
src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/873298
# https://github.com/Aleph-One-Marathon/alephone/issues/475
filter-lto
econf \
--enable-lua \
--enable-opengl \

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools optfeature prefix toolchain-funcs xdg
inherit autotools flag-o-matic optfeature prefix toolchain-funcs xdg
DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
HOMEPAGE="https://alephone.lhowon.org/"
@ -63,6 +63,11 @@ src_prepare() {
}
src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/873298
# https://github.com/Aleph-One-Marathon/alephone/issues/475
filter-lto
econf \
--enable-lua \
--enable-opengl \