summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-06-25 14:25:26 -0500
committerEric Bavier <bavier@member.fsf.org>2014-06-25 14:25:26 -0500
commit7cd157e22164cfd93968900cdd68e88963cfd4ba (patch)
tree6f5e742f0fa8e7f40dd02005cf0123e4110435f7 /gnu/packages/patches
parentedc28d3c42b20b41a665004af892652aafa32941 (diff)
gnu: cursynth: Upgrade to 1.5.
* gnu/packages/cursynth.scm (cursynth)[source]: Upgrade to 1.5. New 'patches' field. * gnu/packages/patches/cursynth-wave-rand.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/cursynth-wave-rand.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/cursynth-wave-rand.patch b/gnu/packages/patches/cursynth-wave-rand.patch
new file mode 100644
index 0000000000..b01a6a0710
--- /dev/null
+++ b/gnu/packages/patches/cursynth-wave-rand.patch
@@ -0,0 +1,12 @@
+Related to https://github.com/mtytel/cursynth/issues/9
+
+--- a/mopo/src/wave.h 2014-06-25 14:10:57.827369578 -0500
++++ b/mopo/src/wave.h 2014-06-25 14:08:15.795376354 -0500
+@@ -19,6 +19,7 @@
+ #define WAVE_H
+
+ #include "mopo.h"
++#include <cstdlib>
+ #include <cmath>
+
+ #define LOOKUP_SIZE 2048