mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-libs/compface: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/958417 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
eac4e63774
commit
1c207e714a
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools dot-a
|
||||||
|
|
||||||
DESCRIPTION="Utilities and library to convert to/from X-Face format"
|
DESCRIPTION="Utilities and library to convert to/from X-Face format"
|
||||||
HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
|
HOMEPAGE="https://www.xemacs.org/Download/optLibs.html"
|
||||||
@ -25,7 +25,13 @@ src_prepare() {
|
|||||||
eautoreconf
|
eautoreconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
lto-guarantee-fat
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
strip-lto-bytecode
|
||||||
newbin xbm2xface{.pl,}
|
newbin xbm2xface{.pl,}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user