Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/
Date: Wed, 23 Dec 2020 08:49:56
Message-Id: 1608713325.8df34eaef31967d02fbe917bbb5ebe9f2f429b1a.lanodan@gentoo
1 commit: 8df34eaef31967d02fbe917bbb5ebe9f2f429b1a
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Wed Dec 23 08:46:44 2020 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Wed Dec 23 08:48:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df34eae
7
8 media-gfx/azpainter: Give CC to configure
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 media-gfx/azpainter/azpainter-2.1.6.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/media-gfx/azpainter/azpainter-2.1.6.ebuild b/media-gfx/azpainter/azpainter-2.1.6.ebuild
16 index 9ce319e1..2775db14 100644
17 --- a/media-gfx/azpainter/azpainter-2.1.6.ebuild
18 +++ b/media-gfx/azpainter/azpainter-2.1.6.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=7
22
23 +inherit toolchain-funcs
24 +
25 DESCRIPTION="Full color painting software for Linux for illustration drawing"
26 HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html https://github.com/Symbian9/azpainter"
27 SRC_URI="https://github.com/Symbian9/azpainter/releases/download/v${PV}/${P}.tar.xz"
28 @@ -30,5 +32,5 @@ PATCHES=(
29 )
30
31 src_configure() {
32 - sh ./configure --prefix=/usr CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
33 + sh ./configure --prefix=/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
34 }