diff options
Diffstat (limited to 'games-util/catcodec/catcodec-1.0.0.ebuild')
-rw-r--r-- | games-util/catcodec/catcodec-1.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-util/catcodec/catcodec-1.0.0.ebuild b/games-util/catcodec/catcodec-1.0.0.ebuild index 47383afc5f71..1eb6ae64b093 100644 --- a/games-util/catcodec/catcodec-1.0.0.ebuild +++ b/games-util/catcodec/catcodec-1.0.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.0.ebuild,v 1.1 2010/04/07 17:25:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.0.ebuild,v 1.2 2010/04/07 17:27:22 mr_bones_ Exp $ EAPI=2 -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD" HOMEPAGE="http://www.openttd.org/en/download-catcodec" @@ -16,6 +16,7 @@ IUSE="" src_prepare() { epatch "${FILESDIR}"/${P}-build.patch + tc-export CXX } src_install() { |