summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2004-08-31 19:52:05 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2004-08-31 19:52:05 +0000
commit95ca99c8135b7444254ccb02d7463b74af575cef (patch)
treec33a4a24c67bd4183a4290a1b1fc7a44b8dbd7e1 /games-action/maelstrom/maelstrom-3.0.6-r1.ebuild
parentAdd back sip-3.8* as it's needed by PyQt-3.8.1. (diff)
downloadhistorical-95ca99c8135b7444254ccb02d7463b74af575cef.tar.gz
historical-95ca99c8135b7444254ccb02d7463b74af575cef.tar.bz2
historical-95ca99c8135b7444254ccb02d7463b74af575cef.zip
Fixed gcc-3.4 compile problems
Diffstat (limited to 'games-action/maelstrom/maelstrom-3.0.6-r1.ebuild')
-rw-r--r--games-action/maelstrom/maelstrom-3.0.6-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild
index 8ce608b59a25..5df50550e243 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-2004 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.5 2004/06/24 21:56:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.6 2004/08/31 19:52:05 sekretarz Exp $
inherit eutils games
@@ -26,6 +26,9 @@ src_unpack() {
epatch ${FILESDIR}/${P}-security.patch
+ # gcc-34 fix
+ epatch ${FILESDIR}/${PN}-gcc34.patch
+
# Install the data into $(datadir)/..., not $(prefix)/games/...
sed -i \
-e "s:(prefix)/games/:(datadir)/:" configure || \