mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
sys-apps/sed: Sync with Gentoo
It's from Gentoo commit 0c0900402038cccdb09e0c56244dd81d5b99ee14.
This commit is contained in:
parent
edb5872e46
commit
794e722204
@ -35,8 +35,12 @@ BDEPEND="nls? ( sys-devel/gettext )
|
|||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
# Ignore prefix as a workaround for bug #934329
|
||||||
|
if ! use prefix ; then
|
||||||
# Modern C fixes from latest autotools. bug #900382
|
# Modern C fixes from latest autotools. bug #900382
|
||||||
eautoreconf
|
eautoreconf
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
Loading…
Reference in New Issue
Block a user