sys-apps/sed: Sync with Gentoo

It's from Gentoo commit 0c0900402038cccdb09e0c56244dd81d5b99ee14.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:07:54 +00:00 committed by Krzesimir Nowak
parent edb5872e46
commit 794e722204

View File

@ -35,8 +35,12 @@ BDEPEND="nls? ( sys-devel/gettext )
src_prepare() { src_prepare() {
default default
# Modern C fixes from latest autotools. bug #900382
eautoreconf # Ignore prefix as a workaround for bug #934329
if ! use prefix ; then
# Modern C fixes from latest autotools. bug #900382
eautoreconf
fi
} }
src_configure() { src_configure() {