aboutsummaryrefslogtreecommitdiff
path: root/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp')
-rw-r--r--audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp b/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp
deleted file mode 100644
index 524499aaa6a6..000000000000
--- a/audio/cheesetracker/files/patch-common::plugins::effects::ladspa::ladspa_effect.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- common/plugins/effects/ladspa/ladspa_effect.cpp.orig Sun Oct 26 05:07:38 2003
-+++ common/plugins/effects/ladspa/ladspa_effect.cpp Thu Oct 30 12:01:23 2003
-@@ -18,6 +18,11 @@
- #include <dirent.h>
- #include <dlfcn.h>
-
-+#if defined(__FreeBSD__)
-+ #define lrint(flt) ((int) (flt))
-+ #define lrintf(flt) ((int) (flt))
-+#endif
-+
-
- void LADSPA_Effect::reset() {
-