openbsd-ports/lang/squeak/patches/patch-src_unix_PLUGINS
espie 9767b3b32c Repair sound.
ossaudio should be somewhat documented, having to go to the source to
discover that fragments is unsupported, and that this is what freezes
squeak, is beyond lame.
2001-04-23 16:24:18 +00:00

13 lines
543 B
Plaintext

$OpenBSD: patch-src_unix_PLUGINS,v 1.1 2001/04/23 16:24:19 espie Exp $
--- src/unix/PLUGINS.orig Mon Apr 23 17:22:37 2001
+++ src/unix/PLUGINS Mon Apr 23 17:22:47 2001
@@ -6,7 +6,7 @@ JoystickTabletPlugin.o = JoystickTabletP
MIDIPlugin.o = MIDIPlugin.c sqUnixMIDI.c
SerialPlugin.o = SerialPlugin.c sqUnixSerial.c
SocketPlugin.o = SocketPlugin.c sqUnixSocket.c
-SoundPlugin.o = SoundPlugin.c sqSoundPrims.c sqUnixSound.c
+SoundPlugin.o = SoundPlugin.c sqSoundPrims.c sqOpenBSDSound.c
# huge plugins that should really be elsewhere