public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/
Date: Fri, 24 Jan 2025 03:30:19 +0000 (UTC)	[thread overview]
Message-ID: <1737687703.99593ced6745631b7b93d7c0549d01f8e2adda69.sam@gentoo> (raw)

commit:     99593ced6745631b7b93d7c0549d01f8e2adda69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 03:00:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 03:01:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99593ced

games-misc/opengfx: respect CC

Not done CFLAGS (there is CC_USER_FLAGS we could use) given it's
only used for the preprocessor and doing naive CC_USER_FLAGS="${CFLAGS}"
broke compilation.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/opengfx/opengfx-7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild
index 1f9cce274688..4302b32d54a5 100644
--- a/games-misc/opengfx/opengfx-7.1.ebuild
+++ b/games-misc/opengfx/opengfx-7.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..13} python3_13t )
 
-inherit python-any-r1
+inherit python-any-r1 toolchain-funcs
 
 DESCRIPTION="OpenGFX data files for OpenTTD"
 HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenGFX https://github.com/OpenTTD/OpenGFX"
@@ -32,6 +32,7 @@ src_compile() {
 	myemakeargs=(
 		GIMP=""
 		PYTHON="${EPYTHON}"
+		CC="$(tc-getCC)"
 
 		# Make logs verbose
 		_V=


             reply	other threads:[~2025-01-24  3:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-24  3:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-03 20:14 [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ Sam James
2025-05-05  7:51 Sam James
2025-05-05  7:49 Sam James
2025-01-23 22:43 Sam James
2025-01-21 23:00 James Le Cuirot
2024-04-27  7:46 Matthew Smith
2023-05-01 17:55 Sam James
2021-12-28 17:10 Ionen Wolkens
2021-10-24  8:30 Sam James
2021-10-24  5:40 Sam James
2021-06-28 22:13 James Le Cuirot
2021-06-28 22:13 James Le Cuirot
2021-03-13  0:36 Conrad Kostecki
2021-03-12 23:59 Conrad Kostecki
2020-11-26 21:16 Conrad Kostecki
2016-12-26 17:04 Lars Wendler
2015-12-03 13:28 Agostino Sarubbo
2015-11-23  8:50 Agostino Sarubbo
2015-10-02 16:41 Michael Sterrett
2015-09-20  9:30 Agostino Sarubbo
2015-09-19 16:03 Agostino Sarubbo

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=1737687703.99593ced6745631b7b93d7c0549d01f8e2adda69.sam@gentoo \
    --to=sam@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