diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-12 22:43:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-12 22:43:46 +0000 |
commit | bf2b58441f5f575c93003b6a0ad36e4a9c293ff7 (patch) | |
tree | d0f8ff3ad1c53d82ab54018ae0dcbcba48f8f6d0 /games-util/vispatch/vispatch-1.4.5.ebuild | |
parent | Fixed gsmc-1.1-autotools.patch. GTK_LDFLAGS is not defined. (diff) | |
download | gentoo-2-bf2b58441f5f575c93003b6a0ad36e4a9c293ff7.tar.gz gentoo-2-bf2b58441f5f575c93003b6a0ad36e4a9c293ff7.tar.bz2 gentoo-2-bf2b58441f5f575c93003b6a0ad36e4a9c293ff7.zip |
no need to inherit games. use toolchain-funcs instead
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-util/vispatch/vispatch-1.4.5.ebuild')
-rw-r--r-- | games-util/vispatch/vispatch-1.4.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-util/vispatch/vispatch-1.4.5.ebuild b/games-util/vispatch/vispatch-1.4.5.ebuild index a3813252b74a..37a1c2071749 100644 --- a/games-util/vispatch/vispatch-1.4.5.ebuild +++ b/games-util/vispatch/vispatch-1.4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/vispatch-1.4.5.ebuild,v 1.2 2009/09/19 11:40:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/vispatch/vispatch-1.4.5.ebuild,v 1.3 2011/01/12 22:43:46 mr_bones_ Exp $ EAPI=2 -inherit games +inherit toolchain-funcs DESCRIPTION="WaterVIS utility for glquake" HOMEPAGE="http://vispatch.sourceforge.net/" @@ -22,6 +22,7 @@ src_prepare() { -e '/^LDFLAGS/d' \ makefile \ || die "sed failed" + tc-export CC } src_install() { |