mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 1c459737142f787eb5a002266250a9e10dec846a.
This commit is contained in:
parent
0253bf5ed1
commit
74b79c3040
@ -7,6 +7,7 @@ EAPI=8
|
|||||||
|
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gettext.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gettext.asc
|
||||||
inherit java-pkg-opt-2 libtool multilib-minimal verify-sig toolchain-funcs
|
inherit java-pkg-opt-2 libtool multilib-minimal verify-sig toolchain-funcs
|
||||||
|
inherit flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="GNU locale utilities"
|
DESCRIPTION="GNU locale utilities"
|
||||||
HOMEPAGE="https://www.gnu.org/software/gettext/"
|
HOMEPAGE="https://www.gnu.org/software/gettext/"
|
||||||
@ -156,6 +157,9 @@ multilib_src_configure() {
|
|||||||
ECONF_SOURCE+=/gettext-runtime
|
ECONF_SOURCE+=/gettext-runtime
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# should be gone on next release, for memset_s breakage
|
||||||
|
[[ ${CHOST} == *-solaris* ]] && append-cppflags -D__STDC_WANT_LIB_EXT1__=1
|
||||||
|
|
||||||
econf "${myconf[@]}"
|
econf "${myconf[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user