diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-07-27 19:52:48 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-07-27 19:52:48 +0000 |
commit | d482723928704a21573aaffd70fc70fe11b5c5ae (patch) | |
tree | 802511db8704c833663909ae5ee8e969071f7bc7 /games-engines/exult/exult-1.2.ebuild | |
parent | Fix old version as well. Last one in Portage that's using this flag. Close 22... (diff) | |
download | historical-d482723928704a21573aaffd70fc70fe11b5c5ae.tar.gz historical-d482723928704a21573aaffd70fc70fe11b5c5ae.tar.bz2 historical-d482723928704a21573aaffd70fc70fe11b5c5ae.zip |
Fix building with gcc-4.4, bug #273506
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'games-engines/exult/exult-1.2.ebuild')
-rw-r--r-- | games-engines/exult/exult-1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-engines/exult/exult-1.2.ebuild b/games-engines/exult/exult-1.2.ebuild index b7b11b4adf01..a55bf8e2ab73 100644 --- a/games-engines/exult/exult-1.2.ebuild +++ b/games-engines/exult/exult-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.18 2009/04/15 22:58:40 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.19 2009/07/27 19:52:47 nyhm Exp $ EAPI=2 inherit eutils autotools multilib games @@ -48,7 +48,8 @@ src_prepare() { "${FILESDIR}"/${P}-gcc41.patch \ "${FILESDIR}"/${P}-64bits.patch \ "${FILESDIR}"/${P}-x11link.patch \ - "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-gcc44.patch sed -i \ -e "s/u7siinstrics.data/u7siintrinsics.data/" \ usecode/ucxt/data/Makefile.am \ @@ -67,8 +68,6 @@ src_configure() { --disable-dependency-tracking \ --disable-tools \ --disable-opengl \ - --disable-3dnow \ - --disable-mmx \ $(use_enable timidity) \ $(use_enable zlib zip-support) } |