summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-11-27 11:53:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-11-27 11:53:25 +0000
commitc82d1f0e7d290c4ef03c847ea21face517ad48d8 (patch)
tree3b83ce659c1366f2424d911d0cc1eca7a1185137 /media-libs/ladspa-cmt/files
parentFix build without fltk, bug #437018 (diff)
downloadgentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.tar.gz
gentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.tar.bz2
gentoo-2-c82d1f0e7d290c4ef03c847ea21face517ad48d8.zip
remove old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/ladspa-cmt/files')
-rw-r--r--media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch84
1 files changed, 0 insertions, 84 deletions
diff --git a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch b/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch
deleted file mode 100644
index 644d6284eba8..000000000000
--- a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-diff -u src-org/analogue.cpp src/analogue.cpp
---- src-org/analogue.cpp Thu Oct 28 19:22:56 2004
-+++ src/analogue.cpp Thu Oct 28 19:24:43 2004
-@@ -24,7 +24,7 @@
-
- /*****************************************************************************/
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include <stdlib.h>
- #include "cmt.h"
-diff -u src-org/canyondelay.cpp src/canyondelay.cpp
---- src-org/canyondelay.cpp Thu Oct 28 19:22:56 2004
-+++ src/canyondelay.cpp Thu Oct 28 19:24:43 2004
-@@ -25,7 +25,7 @@
- /*****************************************************************************/
-
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include "cmt.h"
-
-Common subdirectories: src-org/freeverb and src/freeverb
-diff -u src-org/lofi.cpp src/lofi.cpp
---- src-org/lofi.cpp Thu Oct 28 19:22:56 2004
-+++ src/lofi.cpp Thu Oct 28 19:24:43 2004
-@@ -24,7 +24,7 @@
-
- /*****************************************************************************/
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include <stdlib.h>
- #include "cmt.h"
-diff -u src-org/makefile src/makefile
---- src-org/makefile Thu Oct 28 19:22:56 2004
-+++ src/makefile Thu Oct 28 19:28:16 2004
-@@ -68,7 +68,7 @@
- targets: $(PLUGIN_LIB)
-
- $(PLUGIN_LIB): $(PLUGIN_OBJECTS)
-- $(CXX) -shared \
-+ $(CXX) -dynamiclib -ldl \
- -o $(PLUGIN_LIB) \
- $(PLUGIN_OBJECTS)
-
---- src-org/phasemod.cpp Thu Oct 28 19:22:56 2004
-+++ src/phasemod.cpp Thu Oct 28 19:24:43 2004
-@@ -24,7 +24,7 @@
-
- /*****************************************************************************/
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include <stdlib.h>
- #include "cmt.h"
-diff -u src-org/syndrum.cpp src/syndrum.cpp
---- src-org/syndrum.cpp Thu Oct 28 19:22:56 2004
-+++ src/syndrum.cpp Thu Oct 28 19:24:43 2004
-@@ -24,7 +24,7 @@
-
- /*****************************************************************************/
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include "cmt.h"
-
-diff -u src-org/vcf303.cpp src/vcf303.cpp
---- src-org/vcf303.cpp Thu Oct 28 19:22:56 2004
-+++ src/vcf303.cpp Thu Oct 28 19:24:43 2004
-@@ -26,7 +26,7 @@
- /*****************************************************************************/
-
-
--#include <malloc.h>
-+#include <unistd.h>
- #include <math.h>
- #include "cmt.h"
-