summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2009-07-20 17:51:22 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2009-07-20 17:51:22 +0000
commitfd6555c1ab7782701f506eaf7b7ec8fcfd1e0db4 (patch)
tree2ff0bc241ace97c41d8100e8d3829afe43c98775 /media-radio/unixcw/files
parentmedia-radio/ax25-tools: Simplify ${MY_P} (diff)
downloadsunrise-fd6555c1ab7782701f506eaf7b7ec8fcfd1e0db4.tar.gz
sunrise-fd6555c1ab7782701f506eaf7b7ec8fcfd1e0db4.tar.bz2
sunrise-fd6555c1ab7782701f506eaf7b7ec8fcfd1e0db4.zip
media-radio/unixcw: Fix parallel make issue
svn path=/sunrise/; revision=8858
Diffstat (limited to 'media-radio/unixcw/files')
-rw-r--r--media-radio/unixcw/files/unixcw-2.3-parallel-make.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-radio/unixcw/files/unixcw-2.3-parallel-make.patch b/media-radio/unixcw/files/unixcw-2.3-parallel-make.patch
new file mode 100644
index 000000000..5660f6cbe
--- /dev/null
+++ b/media-radio/unixcw/files/unixcw-2.3-parallel-make.patch
@@ -0,0 +1,28 @@
+--- Makefile.orig 2009-07-20 19:35:23.000000000 +0200
++++ Makefile 2009-07-20 19:35:31.000000000 +0200
+@@ -35,11 +35,11 @@
+
+ # Targets that do nothing other than descend.
+ all install install-strip uninstall clean TAGS info dvi check:
+- $(DESCEND)
++ +$(DESCEND)
+
+ # Targets that do just a little more than this.
+ distclean mostlyclean:
+- $(DESCEND)
++ +$(DESCEND)
+ rm -f $(DIST).tar $(DIST).tar.gz $(DIST).tgz
+ rm -f Makefile.inc src/config.h src/config.h.in~
+ rm -f config.status config.cache config.log
+--- src/Makefile.orig 2009-07-20 19:34:45.000000000 +0200
++++ src/Makefile 2009-07-20 19:34:56.000000000 +0200
+@@ -33,7 +33,7 @@
+
+ # All targets do nothing other than descend.
+ all install install-strip uninstall clean TAGS info dvi check:
+- $(DESCEND)
++ +$(DESCEND)
+
+ distclean mostlyclean maintainer-clean:
+- $(DESCEND)
++ +$(DESCEND)