commit: 5b8ea731eb48e9a81545c069643029734776e2fe
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Apr 23 07:03:59 2021 +0000
Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Apr 23 07:04:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b8ea731
media-video/mpv-mpris: Do not call pkg-config directly.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
media-video/mpv-mpris/mpv-mpris-0.5.ebuild | 2 +-
media-video/mpv-mpris/mpv-mpris-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -30,7 +30,7 @@ DOCS=(
)
src_compile() {
- emake CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
src_install() {
diff --git a/media-video/mpv-mpris/mpv-mpris-9999.ebuild
b/media-video/mpv-mpris/mpv-mpris-9999.ebuild
index ef693dac1..4bfc1e8b8 100644
--- a/media-video/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-9999.ebuild
@@ -30,7 +30,7 @@ DOCS=(
)
src_compile() {
- emake CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
src_install() {