pkgsrc/games/freesci/patches/patch-ab
dillo 694d32e327 Update to 0.3.5 -- fixing compilation with gcc 4.
Update provided by Matthias Drochner, thank's.

Okayed during freeze by wiz.

Changes:
#  A game selection screen (by Hugues Valois)
# Per-resource shading, to allow manual fine-tuning of SCI game graphics
# Background image drawing optimisations
# Many, many bugfixes (and maybe a couple of new bugs to spice things up).
2007-04-05 20:47:10 +00:00

13 lines
414 B
Text

$NetBSD: patch-ab,v 1.2 2007/04/05 20:47:10 dillo Exp $
--- src/sound/midi_device.c.orig 2006-02-11 23:52:37.000000000 +0100
+++ src/sound/midi_device.c
@@ -27,7 +27,7 @@ midi_device_t *midi_devices[] = {
&midi_device_adlibemu,
&midi_device_mt32gm,
&midi_device_mt32,
-#ifdef HAVE_SYS_SOUNDCARD_H
+#if defined(HAVE_SYS_SOUNDCARD_H) && !defined(__NetBSD__)
&midi_device_adlib,
#endif
&midi_device_null,