commit:     a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 06:32:54 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 06:33:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85bd0fb

media-libs/x264: use tuple-prefixed tools in live ebuild

Apply commit 4531c7dc106702 ("media-libs/x264: use tuple-prefixed tools")
to live ebuild as well.

Reported-by: Arfrever Frehtes Taifersar Arahesis
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 media-libs/x264/x264-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index 2ddcd7e513c..6aca6aa96dd 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -50,6 +50,7 @@ multilib_src_configure() {
                --enable-pic \
                --enable-shared \
                --host="${CHOST}" \
+               --cross-prefix="${CHOST}-" \
                $(usex interlaced "" "--disable-interlaced") \
                $(usex opencl "" "--disable-opencl") \
                $(usex static-libs "--enable-static" "") \

Reply via email to