diff options
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-6.6-r1.ebuild (renamed from sys-apps/texinfo/texinfo-6.6.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/texinfo/texinfo-6.6.ebuild b/sys-apps/texinfo/texinfo-6.6-r1.ebuild index 41f0f7dd61c7..592407ddde3f 100644 --- a/sys-apps/texinfo/texinfo-6.6.ebuild +++ b/sys-apps/texinfo/texinfo-6.6-r1.ebuild @@ -7,7 +7,7 @@ EAPI=6 -inherit flag-o-matic +inherit flag-o-matic toolchain-funcs DESCRIPTION="The GNU info program and utilities" HOMEPAGE="https://www.gnu.org/software/texinfo/" @@ -31,6 +31,9 @@ DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.19.6 )" src_configure() { + # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions. #622576 + local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" PERL_EXT_CFLAGS="${CFLAGS}" PERL_EXT_LDFLAGS="${LDFLAGS}" + use static && append-ldflags -static local myeconfargs=( --with-external-libintl-perl |