summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-17 09:39:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-17 09:39:38 +0000
commita82f32f987e6aef3b966ad3cc6f626ecdad95dc1 (patch)
treef149af9c71b5c5ef78f6a5626fb8abe5812238ad /media-libs/x264/x264-0.0.20081006.ebuild
parentVersion bump, mostly bugfixes. Also remove some old versions (diff)
downloadgentoo-2-a82f32f987e6aef3b966ad3cc6f626ecdad95dc1.tar.gz
gentoo-2-a82f32f987e6aef3b966ad3cc6f626ecdad95dc1.tar.bz2
gentoo-2-a82f32f987e6aef3b966ad3cc6f626ecdad95dc1.zip
improve cross compilation support, by Phattanon Duangdara <phattanon@nettree.co.th>, bug #246722
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'media-libs/x264/x264-0.0.20081006.ebuild')
-rw-r--r--media-libs/x264/x264-0.0.20081006.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/x264/x264-0.0.20081006.ebuild b/media-libs/x264/x264-0.0.20081006.ebuild
index e5917ef2b531..5a01b4c46bf1 100644
--- a/media-libs/x264/x264-0.0.20081006.ebuild
+++ b/media-libs/x264/x264-0.0.20081006.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20081006.ebuild,v 1.1 2008/10/07 05:58:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20081006.ebuild,v 1.2 2008/11/17 09:39:38 aballier Exp $
EAPI="1"
inherit multilib eutils toolchain-funcs versionator
@@ -38,6 +38,7 @@ src_compile() {
"--extra-cflags=${CFLAGS}" \
"--extra-ldflags=${LDFLAGS}" \
"--extra-asflags=${ASFLAGS}" \
+ "--host=${CHOST}" \
$(use_enable threads pthread) \
${myconf} \
--disable-mp4-output \