diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-06-30 10:18:45 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-06-30 10:18:45 +0000 |
commit | 0fc10ba6109cd68fe411e459d5053c2ea0bc1526 (patch) | |
tree | 9fda3955ff291db86df1edb64289bc975f78d910 /sys-apps/man/files | |
parent | force -j1 for avoid breakages, a better fix will follow, hopefully (diff) | |
download | gentoo-2-0fc10ba6109cd68fe411e459d5053c2ea0bc1526.tar.gz gentoo-2-0fc10ba6109cd68fe411e459d5053c2ea0bc1526.tar.bz2 gentoo-2-0fc10ba6109cd68fe411e459d5053c2ea0bc1526.zip |
Proper fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r-- | sys-apps/man/files/man-1.6-parallel-make.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-apps/man/files/man-1.6-parallel-make.patch b/sys-apps/man/files/man-1.6-parallel-make.patch new file mode 100644 index 000000000000..dbf8c8e82bff --- /dev/null +++ b/sys-apps/man/files/man-1.6-parallel-make.patch @@ -0,0 +1,31 @@ +diff -ur man-1.6.orig/Makefile.in man-1.6/Makefile.in +--- man-1.6.orig/Makefile.in 2005-06-30 04:38:50.000000000 -0500 ++++ man-1.6/Makefile.in 2005-06-30 04:39:21.000000000 -0500 +@@ -33,13 +33,13 @@ + source: src/Makefile + cd src; $(MAKE) + +-manhtml: man2html/Makefile ++manhtml: man2html/Makefile source + cd man2html; $(MAKE) + + manpages: man/Makefile + cd man; $(MAKE) subdirs + +-%messages: gencat/gencat msgs/Makefile ++%messages: gencat/gencat msgs/Makefile source + % cd msgs; $(MAKE) + + %gencat/gencat: +diff -ur man-1.6.orig/src/Makefile.in man-1.6/src/Makefile.in +--- man-1.6.orig/src/Makefile.in 2005-06-30 04:38:50.000000000 -0500 ++++ man-1.6/src/Makefile.in 2005-06-30 04:39:21.000000000 -0500 +@@ -56,7 +56,7 @@ + different.o man-config.o man-getopt.o man.o manpath.o: man-config.h + gripes.o man-config.o man-getopt.o man.o manpath.o util.o: man.h + man-getopt.o man.o manpath.o: man-getopt.h +-man.o manfile.o to_cat.o: manfile.h ++man.o manfile.o to_cat.o: manfile.h gripes.h gripedefs.h + man.o man-iconv.o: man-iconv.h + man.o manpath.o: manpath.h + man-config.o: paths.h |