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
commitfb588066f54375e2c1c54cedcfefefdb90066e8c (patch)
tree4ce6347d839bb6bdafbcde8e5d8aaccc21dc3ba2 /net-misc/hsc/files
parentadd missing libxpm dep, bug #239689 (diff)
downloadhistorical-fb588066f54375e2c1c54cedcfefefdb90066e8c.tar.gz
historical-fb588066f54375e2c1c54cedcfefefdb90066e8c.tar.bz2
historical-fb588066f54375e2c1c54cedcfefefdb90066e8c.zip
fix parallel make issue, bug #240936
Package-Manager: portage-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: