summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-06-03 07:51:58 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-06-03 07:51:58 +0000
commit1ac8eab3595569d46a72426c73992e154261c46e (patch)
tree96fdf6ff5ac605eecdf1c732431b209f7acbb7f8 /games-puzzle/mirrormagic
parentVersion bump. (diff)
downloadgentoo-2-1ac8eab3595569d46a72426c73992e154261c46e.tar.gz
gentoo-2-1ac8eab3595569d46a72426c73992e154261c46e.tar.bz2
gentoo-2-1ac8eab3595569d46a72426c73992e154261c46e.zip
Fix parallel make issue. Bug #322363
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r--games-puzzle/mirrormagic/ChangeLog6
-rw-r--r--games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch11
-rw-r--r--games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild3
3 files changed, 18 insertions, 2 deletions
diff --git a/games-puzzle/mirrormagic/ChangeLog b/games-puzzle/mirrormagic/ChangeLog
index c1b2c5d10544..49a245f0960a 100644
--- a/games-puzzle/mirrormagic/ChangeLog
+++ b/games-puzzle/mirrormagic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/mirrormagic
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.14 2010/05/20 16:57:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.15 2010/06/03 07:51:57 tupone Exp $
+
+ 03 Jun 2010; Tupone Alfredo <tupone@gentoo.org>
+ mirrormagic-2.0.2-r1.ebuild, +files/mirrormagic-2.0.2-parallel.patch:
+ Fix parallel make issue. Bug #322363 by flameeyes@gentoo.org
20 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
mirrormagic-2.0.2-r1.ebuild:
diff --git a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch
new file mode 100644
index 000000000000..5d5297f3c021
--- /dev/null
+++ b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-parallel.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.old 2010-06-03 09:43:15.000000000 +0200
++++ src/Makefile 2010-06-03 09:43:42.000000000 +0200
+@@ -146,7 +146,7 @@
+ endif
+
+
+-all: libgame_dir $(PROGNAME)
++all: $(PROGNAME)
+
+ $(PROGNAME): $(LIBGAME) $(OBJS) $(ICON)
+ $(CC) $(PROFILING) $(OBJS) $(ICON) $(LIBGAME) $(LDFLAGS) -o $(PROGNAME)
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild
index 0980c015536b..480b2e920ecd 100644
--- a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild
+++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild,v 1.2 2010/05/20 16:57:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild,v 1.3 2010/06/03 07:51:57 tupone Exp $
EAPI=2
inherit eutils toolchain-funcs games
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch \
"${FILESDIR}"/${P}-gcc41.patch \
+ "${FILESDIR}"/${P}-parallel.patch \
"${FILESDIR}"/${P}-64bit.patch
rm -f ${PN}
}