diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-16 07:32:54 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-16 07:33:14 +0100 |
commit | a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78 (patch) | |
tree | 65d0dc0248701c289a4fb16f395e8fea9cc74b6e /media-libs/x264 | |
parent | dev-python/vdirsyncer: clean old (diff) | |
download | gentoo-a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78.tar.gz gentoo-a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78.tar.bz2 gentoo-a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 2ddcd7e513cd..6aca6aa96dd3 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" "") \ |