summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-09-12 10:11:32 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-09-12 10:11:32 +0000
commitb744295532c79a07d1b270f7d44f2bb106cb4800 (patch)
tree6661821cd2dfab1da3abab4cd49ba83b7e2a2bc4 /media-radio/unixcw/files/unixcw-2.3-parallel-make.patch
parentnet-misc/autoupnp: Reverse the library install paths to match ld.so search pa... (diff)
downloadsunrise-b744295532c79a07d1b270f7d44f2bb106cb4800.tar.gz
sunrise-b744295532c79a07d1b270f7d44f2bb106cb4800.tar.bz2
sunrise-b744295532c79a07d1b270f7d44f2bb106cb4800.zip
moved to the tree
svn path=/sunrise/; revision=11303
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 555c85406..000000000
--- 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.