diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-07 17:27:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-07 17:27:22 +0000 |
commit | d2a82432dd8a8b88d17df65dff86f93ff997aded (patch) | |
tree | c4b3447721fc45d2a679fe2ced5300d48fe5b136 /games-util/catcodec | |
parent | initial commit - ebuild submitted by Locke 'Wizzleby' Shinseiko via bug #308355 (diff) | |
download | gentoo-2-d2a82432dd8a8b88d17df65dff86f93ff997aded.tar.gz gentoo-2-d2a82432dd8a8b88d17df65dff86f93ff997aded.tar.bz2 gentoo-2-d2a82432dd8a8b88d17df65dff86f93ff997aded.zip |
respect CXX
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-util/catcodec')
-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() { |