summaryrefslogtreecommitdiffstats
path: root/audio/cmt/fix_sine.diff
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cmt/fix_sine.diff')
-rw-r--r--audio/cmt/fix_sine.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/cmt/fix_sine.diff b/audio/cmt/fix_sine.diff
new file mode 100644
index 0000000000..441f9fc9b7
--- /dev/null
+++ b/audio/cmt/fix_sine.diff
@@ -0,0 +1,14 @@
+diff -Naur cmt/src/sine.cpp cmt.patched//src/sine.cpp
+--- cmt/src/sine.cpp 2002-08-07 17:42:41.000000000 -0400
++++ cmt.patched//src/sine.cpp 2011-06-21 12:07:36.000000000 -0400
+@@ -36,8 +36,8 @@
+
+ /*****************************************************************************/
+
+-LADSPA_Data * g_pfSineTable = NULL;
+-LADSPA_Data g_fPhaseStepBase = 0;
++static LADSPA_Data * g_pfSineTable = NULL;
++static LADSPA_Data g_fPhaseStepBase = 0;
+
+ /*****************************************************************************/
+