mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-scheme/bigloo: remove libtool .la files
Closes: https://bugs.gentoo.org/933665 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
inherit elisp-common flag-o-matic toolchain-funcs
|
||||
|
||||
MY_PV=${PV/_p/-} # e.g.: 4.4c_p4 -> 4.4c-4
|
||||
MY_PV="${PV/_p/-}" # e.g.: 4.4c_p4 -> 4.4c-4
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Practical Scheme Compiler with many extensions"
|
||||
@@ -56,11 +56,11 @@ BDEPEND="
|
||||
sys-apps/texinfo
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
|
||||
|
||||
DOCS=( ChangeLog README.md TODO.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
PATCHES="${FILESDIR}/${P}-makefile.patch"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
@@ -211,8 +211,9 @@ src_install() {
|
||||
|
||||
einstalldocs
|
||||
|
||||
# Remove static libs, bug #890820, #891041
|
||||
# Remove static libs, bug #890820, #891041, #933665
|
||||
find "${ED}" -name "*.a" -delete || die
|
||||
find "${ED}" -name "*.la" -delete || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Reference in New Issue
Block a user