summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-16 07:32:54 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-16 07:33:14 +0100
commita85bd0fbaadbaa7eac7c247b29961a18a9cc1a78 (patch)
tree65d0dc0248701c289a4fb16f395e8fea9cc74b6e /media-libs
parentdev-python/vdirsyncer: clean old (diff)
downloadgentoo-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')
-rw-r--r--media-libs/x264/x264-9999.ebuild1
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" "") \