diff options
author | krion <krion@FreeBSD.org> | 2004-05-17 15:51:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-17 15:51:24 +0800 |
commit | b204db35430566effd094153aa43151604671ad1 (patch) | |
tree | 5529523c03968b90c131c4275516c1168ab065a1 /audio/spiralsynthmodular/files | |
parent | 0f04b74c759143695af2b0bd542af090ab14d766 (diff) | |
download | freebsd-ports-gnome-b204db35430566effd094153aa43151604671ad1.tar.gz freebsd-ports-gnome-b204db35430566effd094153aa43151604671ad1.tar.zst freebsd-ports-gnome-b204db35430566effd094153aa43151604671ad1.zip |
- Update to version 0.2.2a
PR: ports/66730
Submitted by: maintainer
Diffstat (limited to 'audio/spiralsynthmodular/files')
-rw-r--r-- | audio/spiralsynthmodular/files/patch-SpiralSound::Midi.h | 10 | ||||
-rw-r--r-- | audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::DiskWriterPlugin.C | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound::Midi.h b/audio/spiralsynthmodular/files/patch-SpiralSound::Midi.h deleted file mode 100644 index 88ffa80e99e0..000000000000 --- a/audio/spiralsynthmodular/files/patch-SpiralSound::Midi.h +++ /dev/null @@ -1,10 +0,0 @@ ---- SpiralSound/Midi.h.orig Thu Nov 7 23:07:00 2002 -+++ SpiralSound/Midi.h Thu Nov 7 23:07:20 2002 -@@ -22,6 +22,7 @@ - #include <unistd.h> - #include <iostream> - #include <limits.h> -+#include <pthread.h> - #include <queue> - #include <string> - diff --git a/audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::DiskWriterPlugin.C b/audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::DiskWriterPlugin.C deleted file mode 100644 index fae61fd271ec..000000000000 --- a/audio/spiralsynthmodular/files/patch-SpiralSound::Plugins::DiskWriterPlugin.C +++ /dev/null @@ -1,10 +0,0 @@ ---- SpiralSound/Plugins/DiskWriterPlugin/DiskWriterPlugin.C.orig Tue Jan 7 01:20:23 2003 -+++ SpiralSound/Plugins/DiskWriterPlugin/DiskWriterPlugin.C Tue Jan 7 01:21:15 2003 -@@ -20,6 +20,7 @@ - #define _ISOC9X_SOURCE 1 - #define _ISOC99_SOURCE 1 - #include <math.h> -+#define lrintf(flt) ((int) (flt)) - - #include <sys/types.h> - #include <stdio.h> |