public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/
Date: Mon,  3 Aug 2020 21:44:13 +0000 (UTC)	[thread overview]
Message-ID: <1596491039.cbf5bf44e93f38a02ca875e5b77fe7e2ac8f5796.slyfox@gentoo> (raw)

commit:     cbf5bf44e93f38a02ca875e5b77fe7e2ac8f5796
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:19:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 21:43:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf5bf44

app-text/fbpdf: handle user's CXX

CXX is used only for linking, but still better user user's CXX.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-text/fbpdf/fbpdf-0_p20190202.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/fbpdf/fbpdf-0_p20190202.ebuild b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
index 2cae3b10071..2975eca713f 100644
--- a/app-text/fbpdf/fbpdf-0_p20190202.ebuild
+++ b/app-text/fbpdf/fbpdf-0_p20190202.ebuild
@@ -38,7 +38,7 @@ PATCHES=(
 )
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


             reply	other threads:[~2020-08-03 21:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 21:44 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-23  7:33 [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/ Sergei Trofimovich
2020-11-01  9:35 Sergei Trofimovich
2020-08-03 21:44 Sergei Trofimovich
2020-03-25 22:47 Sergei Trofimovich
2018-02-11 10:25 Michał Górny
2017-12-03 11:36 Jeroen Roovers
2017-07-02  9:47 Sergei Trofimovich
2016-05-07 12:43 Sergei Trofimovich
2016-05-07 12:41 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596491039.cbf5bf44e93f38a02ca875e5b77fe7e2ac8f5796.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox