diff options
Diffstat (limited to 'audio/spiralsynth/patches/patch-al')
-rw-r--r-- | audio/spiralsynth/patches/patch-al | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/spiralsynth/patches/patch-al b/audio/spiralsynth/patches/patch-al new file mode 100644 index 00000000000..e5eddc1018d --- /dev/null +++ b/audio/spiralsynth/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2004/11/25 17:24:27 ben Exp $ + +--- SpiralSound/Midi.h.orig Sun Jun 2 03:28:09 2002 ++++ SpiralSound/Midi.h +@@ -24,6 +24,7 @@ + #include <limits.h> + #include <queue> + #include <string> ++#include <pthread.h> + + #ifndef MIDI + #define MIDI |