openbsd-ports/games/eboard/patches/patch-sound_cc
fgsch 0c468ad1eb eboard 0.7.1pl1 update.
from naddy@:
- DESTDIR support in po.
- fix gettext detection.
2003-01-26 19:26:25 +00:00

13 lines
335 B
Plaintext

$OpenBSD: patch-sound_cc,v 1.5 2003/01/26 19:26:25 fgsch Exp $
--- sound.cc.orig Sun Jan 19 16:24:03 2003
+++ sound.cc Sat Jan 25 02:51:15 2003
@@ -76,7 +76,7 @@ SoundEvent::SoundEvent() {
Pitch=800;
Duration=250;
Count=1;
- strcpy(Device,"/dev/dsp");
+ strcpy(Device,"/dev/audio");
ExtraData[0]=0;
enabled = true;
}