mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -7,7 +7,7 @@ EAPI=7
|
|||||||
GNOME2_EAUTORECONF=yes
|
GNOME2_EAUTORECONF=yes
|
||||||
WANT_AUTOMAKE=
|
WANT_AUTOMAKE=
|
||||||
|
|
||||||
inherit autotools gnome2 virtualx
|
inherit autotools gnome2 toolchain-funcs virtualx
|
||||||
|
|
||||||
DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
|
DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
|
||||||
HOMEPAGE="https://glimpse-editor.org/"
|
HOMEPAGE="https://glimpse-editor.org/"
|
||||||
@@ -120,6 +120,7 @@ src_prepare() {
|
|||||||
-i configure || die # bug #615144
|
-i configure || die # bug #615144
|
||||||
fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test
|
fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test
|
||||||
|
|
||||||
|
export CC_FOR_BUILD="$(tc-getBUILD_CC)"
|
||||||
}
|
}
|
||||||
|
|
||||||
_adjust_sandbox() {
|
_adjust_sandbox() {
|
||||||
|
|||||||
Reference in New Issue
Block a user