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

--- src/sound/midiout_ossseq.c.orig	2002-09-16 15:19:15.000000000 +0200
+++ src/sound/midiout_ossseq.c
@@ -19,7 +19,7 @@
 
 #include <midiout.h>
 
-#ifdef HAVE_SYS_SOUNDCARD_H
+#if defined (HAVE_SYS_SOUNDCARD_H) && !defined(__NetBSD__)
 #include <sys/soundcard.h>
 #include <stdio.h>
 #include <errno.h>