mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
games-arcade/emilia-pinball: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/959496 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
7745930186
commit
e3188e9a5c
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools desktop
|
||||
inherit autotools desktop dot-a
|
||||
|
||||
MY_PN=${PN/emilia-/}
|
||||
MY_P=${MY_PN}-${PV}
|
||||
@ -51,6 +51,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
lto-guarantee-fat
|
||||
econf --with-x
|
||||
}
|
||||
|
||||
@ -60,6 +61,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
strip-lto-bytecode
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
|
||||
dosym pinball /usr/bin/emilia-pinball
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user