diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-10-25 20:54:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-10-25 20:54:31 +0000 |
commit | 53014c8b695babe349d9df87475234ca9188b42e (patch) | |
tree | 3374ee863286dc65d78619e3876a8630f28abe28 /games-action/maelstrom/maelstrom-3.0.6-r1.ebuild | |
parent | Dropped ppc-macos, see you in prefix. (diff) | |
download | historical-53014c8b695babe349d9df87475234ca9188b42e.tar.gz historical-53014c8b695babe349d9df87475234ca9188b42e.tar.bz2 historical-53014c8b695babe349d9df87475234ca9188b42e.zip |
Fix for fail to compile on a 64 bits CPU. Bug #146153
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-action/maelstrom/maelstrom-3.0.6-r1.ebuild')
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild index 8193c59d9898..1db3d5f52803 100644 --- a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.8 2005/08/15 19:03:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.9 2006/10/25 20:54:31 tupone Exp $ inherit eutils games @@ -25,6 +25,7 @@ src_unpack() { epatch \ "${FILESDIR}"/${PF}-security.patch \ + "${FILESDIR}"/${P}-64bits.patch \ "${FILESDIR}"/${PN}-gcc34.patch # Install the data into $(datadir)/..., not $(prefix)/games/... |