diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-08-29 18:02:30 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-08-29 18:02:30 +0000 |
commit | b409e87c2a94928b77e6279dcc72ed84e58401bc (patch) | |
tree | 23562f2442de705f10fecf3832d1f76a8d335026 /dev-util/bdelta/bdelta-0.1.0.ebuild | |
parent | Removing myself from metadata.xml since this is a publicly available game. (diff) | |
download | gentoo-2-b409e87c2a94928b77e6279dcc72ed84e58401bc.tar.gz gentoo-2-b409e87c2a94928b77e6279dcc72ed84e58401bc.tar.bz2 gentoo-2-b409e87c2a94928b77e6279dcc72ed84e58401bc.zip |
Use CHOST specific cc thanks to Chris Slycord <cslycord@gmail.com> in bug 186635
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-util/bdelta/bdelta-0.1.0.ebuild')
-rw-r--r-- | dev-util/bdelta/bdelta-0.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/bdelta/bdelta-0.1.0.ebuild b/dev-util/bdelta/bdelta-0.1.0.ebuild index b4c67d3d8647..f3bca79fce44 100644 --- a/dev-util/bdelta/bdelta-0.1.0.ebuild +++ b/dev-util/bdelta/bdelta-0.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bdelta/bdelta-0.1.0.ebuild,v 1.4 2005/08/13 23:57:57 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bdelta/bdelta-0.1.0.ebuild,v 1.5 2007/08/29 18:02:30 genstef Exp $ -inherit multilib +inherit multilib toolchain-funcs DESCRIPTION="Binary Delta - Efficient difference algorithm and format" HOMEPAGE="http://deltup.sourceforge.net" @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - emake -j1 || die "emake failed" + emake CC="$(tc-getCC)" CXXFLAGS="${CXXFLAGS}" -j1 || die "emake failed" } src_install() { |