openbsd-ports/games/openttd/patches/patch-src_music_extmidi_cpp
jasper 4b7f2459c3 - update openttd to 1.0.3, fixing a host of security issues along the way
from Anton Yabchinskiy and Daniel Dickman

mk@ drops maintainership, any takers?
2010-09-19 18:52:08 +00:00

13 lines
383 B
Plaintext

$OpenBSD: patch-src_music_extmidi_cpp,v 1.1 2010/09/19 18:52:08 jasper Exp $
--- src/music/extmidi.cpp.orig Sat Feb 20 16:10:58 2010
+++ src/music/extmidi.cpp Tue Apr 6 06:00:41 2010
@@ -26,7 +26,7 @@
#include <errno.h>
#ifndef EXTERNAL_PLAYER
-#define EXTERNAL_PLAYER "timidity"
+#define EXTERNAL_PLAYER "midiplay"
#endif
static FMusicDriver_ExtMidi iFMusicDriver_ExtMidi;