summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2012-02-22 13:54:59 +0000
committerAlfredo Tupone <tupone@gentoo.org>2012-02-22 13:54:59 +0000
commitdce6a02b3da95df13c5a591511bf0af5fe26e353 (patch)
tree6e22bb0271abb083d7bf77198db47da0c485d012 /games-board/scid/files
parentChanged LICENSE from GPL-2 to BSD. Fixes bug 398565. Remove old. (diff)
downloadgentoo-2-dce6a02b3da95df13c5a591511bf0af5fe26e353.tar.gz
gentoo-2-dce6a02b3da95df13c5a591511bf0af5fe26e353.tar.bz2
gentoo-2-dce6a02b3da95df13c5a591511bf0af5fe26e353.zip
Parallel make should work now. Bug #296958
(Portage version: 2.1.10.48/cvs/Linux i686)
Diffstat (limited to 'games-board/scid/files')
-rw-r--r--games-board/scid/files/scid-4.2.2-parallelmake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/scid/files/scid-4.2.2-parallelmake.patch b/games-board/scid/files/scid-4.2.2-parallelmake.patch
new file mode 100644
index 000000000000..e5bcae6c9cde
--- /dev/null
+++ b/games-board/scid/files/scid-4.2.2-parallelmake.patch
@@ -0,0 +1,11 @@
+--- Makefile.conf.old 2012-02-22 14:12:51.280071808 +0100
++++ Makefile.conf 2012-02-22 14:13:15.432372323 +0100
+@@ -379,7 +379,7 @@
+
+ scmerge: src/scmerge.o src/misc.o src/index.o src/date.o src/namebase.o \
+ src/gfile.o src/bytebuf.o src/textbuf.o src/myassert.o \
+- src/stralloc.o src/position.o
++ src/stralloc.o src/position.o $(OBJS)
+ $(LINK) -o scmerge src/scmerge.o $(OBJS) $(ZLIB) $(TCL_LIBRARY)
+
+ pgnscid: src/pgnscid.o $(OBJS)