Skip to content

Commit

Permalink
media-video/mpv-mpris: Do not call pkg-config directly.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
  • Loading branch information
olifre committed Apr 23, 2021
1 parent 3ee8cf7 commit 5b8ea73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-video/mpv-mpris/mpv-mpris-0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DOCS=(
)

src_compile() {
emake CC="$(tc-getCC)"
emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}

src_install() {
Expand Down
2 changes: 1 addition & 1 deletion media-video/mpv-mpris/mpv-mpris-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DOCS=(
)

src_compile() {
emake CC="$(tc-getCC)"
emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}

src_install() {
Expand Down

0 comments on commit 5b8ea73

Please sign in to comment.