media-gfx/glimpse: Set compiler explicitly.

The AX_PROG_CC_FOR_BUILD macro doesn't detect tuple-prefixed compilers
automatically.

Closes: https://bugs.gentoo.org/784968
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-04-23 20:39:50 +02:00
parent c020f8a37e
commit f12cc86adb

View File

@@ -7,7 +7,7 @@ EAPI=7
GNOME2_EAUTORECONF=yes
WANT_AUTOMAKE=
inherit autotools gnome2 virtualx
inherit autotools gnome2 toolchain-funcs virtualx
DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
HOMEPAGE="https://glimpse-editor.org/"
@@ -120,6 +120,7 @@ src_prepare() {
-i configure || die # bug #615144
fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test
export CC_FOR_BUILD="$(tc-getBUILD_CC)"
}
_adjust_sandbox() {