summaryrefslogtreecommitdiff
path: root/emulators/fuse/patches/patch-aa
blob: 5c84ba832673da06a90358122d4fe63dbe19dba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/02/13 13:40:15 adam Exp $

--- osssound.c.orig	2004-02-13 13:59:02.000000000 +0000
+++ osssound.c
@@ -21,7 +21,7 @@
 
 #include <config.h>
 
-#if !defined(UI_SDL) && defined(HAVE_SYS_SOUNDCARD_H)	/* OSS sound */
+#if !defined(UI_SDL) && defined(HAVE_SYS_SOUNDCARD_H) && !defined(HAVE_SYS_AUDIOIO_H)	/* OSS sound */
 
 #include <stdio.h>
 #include <string.h>