diff options
author | 2008-10-28 07:21:43 +0000 | |
---|---|---|
committer | 2008-10-28 07:21:43 +0000 | |
commit | e17e9110dc3ae54f81daa75846b3c305cbdf98bb (patch) | |
tree | aa8488cbfd9647e30539cb8d314c2f78401caf1a /net-misc/hsc/files | |
parent | add missing libxpm dep, bug #239689 (diff) | |
download | gentoo-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.patch | 13 |
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: |