openbsd-ports/lang/squeak/patches/patch-src_unix_PLUGINS

13 lines
543 B
Plaintext
Raw Normal View History

$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