openbsd-ports/games/scummvm/patches/patch-base_version_cpp
ratchov 6f49f08d66 make scummvm use sndio(7) for midi. Now, those who have no hardware midi
synth could use any soft synth to get the music. This decreases the
number of sequencer(4) users as well ;)

ok jsg, dcoppa
2012-04-19 07:43:47 +00:00

15 lines
324 B
Plaintext

$OpenBSD: patch-base_version_cpp,v 1.1 2012/04/19 07:43:47 ratchov Exp $
--- base/version.cpp.orig Wed Apr 11 15:32:53 2012
+++ base/version.cpp Wed Apr 11 15:29:14 2012
@@ -94,6 +94,10 @@ const char *gScummVMFeatures = ""
"SEQ "
#endif
+#ifdef USE_SNDIO
+ "sndio "
+#endif
+
#ifdef USE_TIMIDITY
"TiMidity "
#endif