summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio/unixcw/files/unixcw-2.3-parallel-make.patch')
-rw-r--r--media-radio/unixcw/files/unixcw-2.3-parallel-make.patch39
1 files changed, 0 insertions, 39 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
deleted file mode 100644
index 555c85406d58..000000000000
--- a/media-radio/unixcw/files/unixcw-2.3-parallel-make.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- 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)
---- src/cwlib/Makefile.orig 2009-09-08 14:07:37.000000000 +0200
-+++ src/cwlib/Makefile 2009-09-08 14:10:05.000000000 +0200
-@@ -65,7 +65,7 @@
- rm -f signatures functions
-
- # Build the unit test.
--cwlibtest: cwlibtest.o
-+cwlibtest: cwlibtest.o libcw.a libcw.so.0.0.0
- $(CC) -o cwlibtest cwlibtest.o -L. -lcw -lm
-
- # Build the pkgconfig metadata file.