diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-12 22:29:51 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-12 22:29:51 +0000 |
commit | 8b8e05b2d2055e7b8e2c9a36220de272b37c0da4 (patch) | |
tree | 4e34e0dc8b0eb829b3e129ecb06ab6549a5037be /dev-perl/File-RsyncP/files | |
parent | Remove old. (diff) | |
download | gentoo-2-8b8e05b2d2055e7b8e2c9a36220de272b37c0da4.tar.gz gentoo-2-8b8e05b2d2055e7b8e2c9a36220de272b37c0da4.tar.bz2 gentoo-2-8b8e05b2d2055e7b8e2c9a36220de272b37c0da4.zip |
Add patch for parallel make bug 262156
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/File-RsyncP/files')
-rw-r--r-- | dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch b/dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch new file mode 100644 index 000000000000..adbc10294b38 --- /dev/null +++ b/dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch @@ -0,0 +1,19 @@ +diff -ur File-RsyncP-0.68-orig/FileList/Makefile.PL File-RsyncP-0.68/FileList/Makefile.PL +--- File-RsyncP-0.68-orig/FileList/Makefile.PL 2006-11-19 06:47:34.000000000 +0100 ++++ File-RsyncP-0.68/FileList/Makefile.PL 2009-03-15 12:25:52.000000000 +0100 +@@ -16,7 +16,14 @@ + snprintf$(OBJ_EXT) + wildmatch$(OBJ_EXT) + ], +- 'depend' => { 'FileList.o' => 'config.h' }, ++ 'depend' => { 'FileList.o' => 'config.h' , ++ 'exclude.o' => 'config.h' , ++ 'flist.o' => 'config.h' , ++ 'hlink.o' => 'config.h' , ++ 'pool_alloc.o' => 'config.h' , ++ 'snprintf.o' => 'config.h' , ++ 'wildmatch.o' => 'config.h' ++ }, + 'clean' => {FILES => "configure.in config.log config.status config.h conftest* confdefs*"}, + ); + |