diff options
author | 2004-10-06 05:33:21 +0000 | |
---|---|---|
committer | 2004-10-06 05:33:21 +0000 | |
commit | 146e5a55f670a53ecfa075665b0a5443d87b6a8d (patch) | |
tree | 3391d27d145a763ddb073e120f1a2116231d0876 /games-puzzle/atomix/atomix-1.0.1.ebuild | |
parent | version bump (diff) | |
download | historical-146e5a55f670a53ecfa075665b0a5443d87b6a8d.tar.gz historical-146e5a55f670a53ecfa075665b0a5443d87b6a8d.tar.bz2 historical-146e5a55f670a53ecfa075665b0a5443d87b6a8d.zip |
fix compile error with gcc34 (bug #66142) (again)
Diffstat (limited to 'games-puzzle/atomix/atomix-1.0.1.ebuild')
-rw-r--r-- | games-puzzle/atomix/atomix-1.0.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-puzzle/atomix/atomix-1.0.1.ebuild b/games-puzzle/atomix/atomix-1.0.1.ebuild index bc9fd889358a..96f2d19be129 100644 --- a/games-puzzle/atomix/atomix-1.0.1.ebuild +++ b/games-puzzle/atomix/atomix-1.0.1.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-puzzle/atomix/atomix-1.0.1.ebuild,v 1.6 2004/10/03 07:08:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-1.0.1.ebuild,v 1.7 2004/10/06 05:33:21 mr_bones_ Exp $ inherit gnome2 @@ -38,6 +38,10 @@ src_unpack() { -e 's/default:/default:;/' src/goal-view.c \ || die "sed failed" sed -i \ + -e '581 s/default:/default:;/' src/level-convert.c \ + || die "sed failed" + + sed -i \ -e 's/games.games/games:games/' Makefile.in \ || die "sed failed" } |