diff options
author | Sam James <sam@gentoo.org> | 2022-05-14 00:50:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-14 00:50:59 +0000 |
commit | 565a25416909ed2434bd3deaec87282552746776 (patch) | |
tree | 3b30af3f50de1a73e84777d2dbf8c18bc64c1ed8 /media-video/mpv/mpv-9999.ebuild | |
parent | mail-client/thunderbird: [QA] inline ESYSROOT (diff) | |
download | gentoo-565a25416909ed2434bd3deaec87282552746776.tar.gz gentoo-565a25416909ed2434bd3deaec87282552746776.tar.bz2 gentoo-565a25416909ed2434bd3deaec87282552746776.zip |
media-video/mpv: [QA] inline ESYSROOT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6d29fba49c11..c44511ff2016 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -146,8 +146,8 @@ src_configure() { tc-export CC PKG_CONFIG AR if use raspberry-pi; then - append-cflags -I"${SYSROOT%/}${EPREFIX}/opt/vc/include" - append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib" + append-cflags -I"${ESYSROOT}/opt/vc/include" + append-ldflags -L"${ESYSROOT}/opt/vc/lib" fi local mywafargs=( |