summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-04-09 10:44:43 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-04-09 10:44:43 +0000
commit44f0a77856591c3ccde1a01323355f7a62cefdaa (patch)
tree02781b205ff5ee0ecb7c6e773c892d014e0e15bd /games-strategy/xarchon/xarchon-0.60-r1.ebuild
parentModprobe pppoatm silently in pppoatm plugin, for avoiding the annoyance of a ... (diff)
downloadgentoo-2-44f0a77856591c3ccde1a01323355f7a62cefdaa.tar.gz
gentoo-2-44f0a77856591c3ccde1a01323355f7a62cefdaa.tar.bz2
gentoo-2-44f0a77856591c3ccde1a01323355f7a62cefdaa.zip
Patched for gcc-4.1
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'games-strategy/xarchon/xarchon-0.60-r1.ebuild')
-rw-r--r--games-strategy/xarchon/xarchon-0.60-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-strategy/xarchon/xarchon-0.60-r1.ebuild b/games-strategy/xarchon/xarchon-0.60-r1.ebuild
index 8b6657e9c61c..3d175ba26d84 100644
--- a/games-strategy/xarchon/xarchon-0.60-r1.ebuild
+++ b/games-strategy/xarchon/xarchon-0.60-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.60-r1.ebuild,v 1.1 2006/03/15 18:42:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.60-r1.ebuild,v 1.2 2006/04/09 10:44:43 tupone Exp $
inherit eutils games
@@ -24,9 +24,11 @@ src_unpack() {
cd "${S}"
# Applying gtk patch
# Fixing gcc-3.4 compiling
+ # Fixing gcc-4.1 compiling
# Fixing font missing in gentoo
epatch "${WORKDIR}/${P}-gtk.patch" \
- "${FILESDIR}"/01_all_gcc34_font.patch
+ "${FILESDIR}"/01_all_gcc34_font.patch \
+ "${FILESDIR}"/${P}-gcc41.patch
sed -i \
-e 's:gtk12-config:gtk-config:' configure \
|| die "sed configure failed"