summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-02-10 22:47:15 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-02-10 22:48:33 +1100
commit06a4fb5150371c6624d099eb237bbc9ed0f203fa (patch)
treea2f68e850ec7f9afe834910bf0411b081908d074 /media-video/smplayer
parentapp-editors/focuswriter: version bump 1.6.9 (diff)
downloadgentoo-06a4fb5150371c6624d099eb237bbc9ed0f203fa.tar.gz
gentoo-06a4fb5150371c6624d099eb237bbc9ed0f203fa.tar.bz2
gentoo-06a4fb5150371c6624d099eb237bbc9ed0f203fa.zip
media-video/smplayer: respect CC
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/smplayer')
-rw-r--r--media-video/smplayer/smplayer-18.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/smplayer/smplayer-18.2.0.ebuild b/media-video/smplayer/smplayer-18.2.0.ebuild
index 70deb3e4a369..9b618aad3644 100644
--- a/media-video/smplayer/smplayer-18.2.0.ebuild
+++ b/media-video/smplayer/smplayer-18.2.0.ebuild
@@ -8,7 +8,7 @@ he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
PLOCALE_BACKUP="en_US"
-inherit gnome2-utils l10n qmake-utils xdg-utils
+inherit gnome2-utils l10n qmake-utils toolchain-funcs xdg-utils
DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
HOMEPAGE="http://www.smplayer.eu/"
@@ -106,7 +106,7 @@ gen_translation() {
}
src_compile() {
- default
+ emake CC="$(tc-getCC)"
cd src/translations || die
l10n_for_each_locale_do gen_translation