summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-11-18 22:38:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-11-18 22:38:40 +0000
commit9085de4d9c0d812a7d785ce44979bb6391306d72 (patch)
treec77f38356224678dacc31db650c5ddf5332c7591 /games-puzzle/kiki/kiki-1.0.2-r2.ebuild
parentFix dependency typo (#246829). (diff)
downloadgentoo-2-9085de4d9c0d812a7d785ce44979bb6391306d72.tar.gz
gentoo-2-9085de4d9c0d812a7d785ce44979bb6391306d72.tar.bz2
gentoo-2-9085de4d9c0d812a7d785ce44979bb6391306d72.zip
add gcc43 patch from Nikolay Orlyuk via bug #242576
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-puzzle/kiki/kiki-1.0.2-r2.ebuild')
-rw-r--r--games-puzzle/kiki/kiki-1.0.2-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/kiki/kiki-1.0.2-r2.ebuild b/games-puzzle/kiki/kiki-1.0.2-r2.ebuild
index 8555cd0aba85..17f8c8adcb11 100644
--- a/games-puzzle/kiki/kiki-1.0.2-r2.ebuild
+++ b/games-puzzle/kiki/kiki-1.0.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 1.2 2008/05/13 16:07:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 1.3 2008/11/18 22:38:40 mr_bones_ Exp $
inherit eutils python toolchain-funcs games
@@ -28,7 +28,8 @@ src_unpack() {
cd "${S}"
epatch \
"${FILESDIR}/${P}"-gcc41.patch \
- "${FILESDIR}/${P}"-freeglut.patch
+ "${FILESDIR}/${P}"-freeglut.patch \
+ "${FILESDIR}/${P}"-gcc43.patch
# There are CVS directories in the tgz file
rm -rf $(find -name CVS -type d)
rm -rf $(find -name .cvsignore)