diff options
author | Robert Buchholz <rbu@gentoo.org> | 2009-08-20 12:23:49 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2009-08-20 12:23:49 +0000 |
commit | 023dc7255f35a292e13a8b2f455529646228228c (patch) | |
tree | 137cd9da6c580b7a4119c2e5dfccf7702dc00181 /net-misc/radvd/files | |
parent | Automated update of use.local.desc (diff) | |
download | historical-023dc7255f35a292e13a8b2f455529646228228c.tar.gz historical-023dc7255f35a292e13a8b2f455529646228228c.tar.bz2 historical-023dc7255f35a292e13a8b2f455529646228228c.zip |
Version bump, bug 281637. Add another parallel-make patch to stop ylwrap from running in parallel with gcc. gnu-source detection is upstream.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'net-misc/radvd/files')
-rw-r--r-- | net-misc/radvd/files/radvd-1.4-parallel-make.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-misc/radvd/files/radvd-1.4-parallel-make.patch b/net-misc/radvd/files/radvd-1.4-parallel-make.patch new file mode 100644 index 000000000000..64ae804f93bb --- /dev/null +++ b/net-misc/radvd/files/radvd-1.4-parallel-make.patch @@ -0,0 +1,9 @@ +diff -Nuar radvd-1.1.orig/Makefile.am radvd-1.1/Makefile.am +--- radvd-1.1.orig/Makefile.am 2008-01-24 02:03:17.000000000 -0800 ++++ radvd-1.1/Makefile.am 2008-11-18 15:55:59.698396162 -0800 +@@ -61,3 +61,5 @@ + mkdir $(distdir)/redhat + cp -p $(srcdir)/redhat/radvd.init $(srcdir)/redhat/radvd.spec \ + $(srcdir)/redhat/radvd.sysconfig $(distdir)/redhat ++ ++scanner.o: gram.h |