summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-28 07:21:43 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-28 07:21:43 +0000
commite17e9110dc3ae54f81daa75846b3c305cbdf98bb (patch)
treeaa8488cbfd9647e30539cb8d314c2f78401caf1a /net-misc/hsc/files
parentadd missing libxpm dep, bug #239689 (diff)
downloadgentoo-2-e17e9110dc3ae54f81daa75846b3c305cbdf98bb.tar.gz
gentoo-2-e17e9110dc3ae54f81daa75846b3c305cbdf98bb.tar.bz2
gentoo-2-e17e9110dc3ae54f81daa75846b3c305cbdf98bb.zip
fix parallel make issue, bug #240936
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Diffstat (limited to 'net-misc/hsc/files')
-rw-r--r--net-misc/hsc/files/hsc-1.0b-parmake.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/hsc/files/hsc-1.0b-parmake.patch b/net-misc/hsc/files/hsc-1.0b-parmake.patch
new file mode 100644
index 000000000000..8c93d32f4888
--- /dev/null
+++ b/net-misc/hsc/files/hsc-1.0b-parmake.patch
@@ -0,0 +1,13 @@
+Index: hsc-1.0/Makefile.in
+===================================================================
+--- hsc-1.0.orig/Makefile.in
++++ hsc-1.0/Makefile.in
+@@ -30,7 +30,7 @@ all: hsc docs
+
+ hsc:
+ make -C src
+-docs:
++docs: hsc
+ PATH="$(shell pwd)/src/hsc:$(PATH)" HSCEXTRAOPTS="IGNORE=21" make -C docs-source
+
+ install: