summaryrefslogtreecommitdiff
path: root/games/freesci/patches/patch-aa
blob: 00b0b111cd193be719022ade214fd7839beb0b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/03/20 15:16:10 wiz Exp $

--- src/sound/midi_adlib.c.orig	2002-11-08 22:45:06.000000000 +0100
+++ src/sound/midi_adlib.c
@@ -31,7 +31,7 @@
 #include <midiout.h>
 #include <soundserver.h>
 
-#ifdef HAVE_SYS_SOUNDCARD_H
+#if defined(HAVE_SYS_SOUNDCARD_H) && !defined(__NetBSD__)
 
 #include <sys/ioctl.h>
 #include <sys/time.h>