mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
gnustep-base.eclass: pass econf arguments
Also drop the useless || die Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44437 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
parent
50984c0ece
commit
ce51905e1f
@ -63,7 +63,7 @@ gnustep-base_src_prepare() {
|
||||
gnustep-base_src_configure() {
|
||||
egnustep_env
|
||||
if [[ -x ./configure ]] ; then
|
||||
econf || die "configure failed"
|
||||
econf ${*}
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user