From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE578138334 for ; Sat, 23 Feb 2019 15:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13D95E094A; Sat, 23 Feb 2019 15:42:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE11DE094A for ; Sat, 23 Feb 2019 15:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47CA033BEAE for ; Sat, 23 Feb 2019 15:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9999C503 for ; Sat, 23 Feb 2019 15:42:22 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550936532.90ff30b87cffc4ed9d4b3876195ad9ba24cdaa89.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/texinfo/texinfo-6.6-r1.ebuild sys-apps/texinfo/texinfo-6.6.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 90ff30b87cffc4ed9d4b3876195ad9ba24cdaa89 X-VCS-Branch: master Date: Sat, 23 Feb 2019 15:42:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62c5d6cf-ec53-4f4f-a809-fec9c313809e X-Archives-Hash: a357f016d7ed4e3d1ee46182d499d97d commit: 90ff30b87cffc4ed9d4b3876195ad9ba24cdaa89 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Feb 23 15:40:53 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Feb 23 15:42:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ff30b8 sys-apps/texinfo: Respect CC/CPPFLAGS/CFLAGS/LDFLAGS. Closes: https://bugs.gentoo.org/622576 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-apps/texinfo/{texinfo-6.6.ebuild => texinfo-6.6-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/texinfo/texinfo-6.6.ebuild b/sys-apps/texinfo/texinfo-6.6-r1.ebuild similarity index 82% rename from sys-apps/texinfo/texinfo-6.6.ebuild rename to sys-apps/texinfo/texinfo-6.6-r1.ebuild index 41f0f7dd61c..592407ddde3 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