summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-01-05 13:09:58 +0000
committerMichael Weber <xmw@gentoo.org>2012-01-05 13:09:58 +0000
commit9aa8727a7040cbe569e4faf6899a1d331d7e58ce (patch)
treedd8be9222331b08ed019bb5b5091c33ddd7a38f8 /app-crypt/keynote/files
parentRemove unneeded/non-matching fperm (thanks to Agostino Sarubbo, bug 391891) (diff)
downloadhistorical-9aa8727a7040cbe569e4faf6899a1d331d7e58ce.tar.gz
historical-9aa8727a7040cbe569e4faf6899a1d331d7e58ce.tar.bz2
historical-9aa8727a7040cbe569e4faf6899a1d331d7e58ce.zip
Adding parallel-make patch by xarthisius (bug 298669)
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/keynote/files')
-rw-r--r--app-crypt/keynote/files/keynote-2.3-parallel-build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/keynote/files/keynote-2.3-parallel-build.patch b/app-crypt/keynote/files/keynote-2.3-parallel-build.patch
new file mode 100644
index 000000000000..cf4b4926f79d
--- /dev/null
+++ b/app-crypt/keynote/files/keynote-2.3-parallel-build.patch
@@ -0,0 +1,14 @@
+--- keynote-2.3.orig/Makefile.in 2010-02-04 09:51:35.757096194 +0100
++++ keynote-2.3/Makefile.in 2010-02-04 09:52:17.441137132 +0100
+@@ -86,9 +86,11 @@
+
+ k.tab.c: keynote.y header.h keynote.h assertion.h config.h
+ $(YACC) $(YACCFLAGS) keynote.y
++k.tab.h: k.tab.c
+
+ z.tab.c: keynote-ver.y keynote.h header.h config.h
+ $(YACC) $(YACCFLAGS2) keynote-ver.y
++z.tab.h: z.tab.c
+
+ lex.kn.c: keynote.l k.tab.h header.h keynote.h assertion.h config.h
+ $(LEX) $(LEXFLAGS) keynote.l