summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spiralsynth/patches/patch-ab')
-rw-r--r--audio/spiralsynth/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/spiralsynth/patches/patch-ab b/audio/spiralsynth/patches/patch-ab
index c180d0fd6ee..57d7b4eb5c0 100644
--- a/audio/spiralsynth/patches/patch-ab
+++ b/audio/spiralsynth/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/05/26 01:14:27 rh Exp $
+$NetBSD: patch-ab,v 1.2 2003/07/22 20:43:04 jmmv Exp $
--- SpiralInfo.C.orig Sun Nov 26 07:52:43 2000
+++ SpiralInfo.C
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/05/26 01:14:27 rh Exp $
bool SpiralInfo::WANTMIDI = true;
int SpiralInfo::FILTERGRAN = 50;
-string SpiralInfo::OUTPUTFILE = "/dev/dsp";
-+string SpiralInfo::OUTPUTFILE = "/dev/sound";
++string SpiralInfo::OUTPUTFILE = DEVOSSAUDIO;
string SpiralInfo::MIDIFILE = "/dev/midi";
int SpiralInfo::POLY = 2;
bool SpiralInfo::REALTIMEOUT = true;