summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2012-03-16 16:53:46 +0000
committerLars Wendler <polynomial-c@gentoo.org>2012-03-16 16:53:46 +0000
commit67f82ef2bbb0eb7edcb49fa1030898975227bc7a (patch)
tree8c5a31ff74744a01d666d17d47e3e5f3bc6a74d0 /sys-process/at/files/at-3.1.13-parallel-make-fix.patch
parentFix bug #408231. Set RDEPEND. Move preparation stuff to src_prepare(). Respec... (diff)
downloadgentoo-2-67f82ef2bbb0eb7edcb49fa1030898975227bc7a.tar.gz
gentoo-2-67f82ef2bbb0eb7edcb49fa1030898975227bc7a.tar.bz2
gentoo-2-67f82ef2bbb0eb7edcb49fa1030898975227bc7a.zip
Fixed parallel make issue (bug #408375)
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/at/files/at-3.1.13-parallel-make-fix.patch')
-rw-r--r--sys-process/at/files/at-3.1.13-parallel-make-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-process/at/files/at-3.1.13-parallel-make-fix.patch b/sys-process/at/files/at-3.1.13-parallel-make-fix.patch
new file mode 100644
index 000000000000..dec02e42310c
--- /dev/null
+++ b/sys-process/at/files/at-3.1.13-parallel-make-fix.patch
@@ -0,0 +1,11 @@
+--- at-3.1.13_orig/Makefile.in 2011-06-25 14:43:14.000000000 +0200
++++ at-3.1.13/Makefile.in 2012-03-16 17:23:26.210267660 +0100
+@@ -73,7 +73,7 @@
+ atd: $(RUNOBJECTS)
+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
+
+-y.tab.c y.tab.h: parsetime.y
++%.tab.c %.tab.h: parsetime.y
+ $(YACC) -d parsetime.y
+
+ lex.yy.c: parsetime.l