summaryrefslogtreecommitdiff
path: root/net/kiax/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/kiax/patches/patch-ac')
-rw-r--r--net/kiax/patches/patch-ac16
1 files changed, 6 insertions, 10 deletions
diff --git a/net/kiax/patches/patch-ac b/net/kiax/patches/patch-ac
index ac8cddfc325..95f3fedf95d 100644
--- a/net/kiax/patches/patch-ac
+++ b/net/kiax/patches/patch-ac
@@ -1,17 +1,13 @@
-$NetBSD: patch-ac,v 1.2 2006/02/16 20:53:23 joerg Exp $
+$NetBSD: patch-ac,v 1.3 2006/04/14 09:56:03 adam Exp $
---- lib/portmixer/px_unix_oss/px_unix_oss.c.orig 2005-04-05 23:53:41.000000000 +0200
+--- lib/portmixer/px_unix_oss/px_unix_oss.c.orig 2006-02-05 00:54:14.000000000 +0100
+++ lib/portmixer/px_unix_oss/px_unix_oss.c
-@@ -38,8 +38,12 @@
+@@ -38,7 +38,7 @@
#ifdef __linux__
#include <linux/soundcard.h>
#else
+-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
-+#include <sys/soundcard.h>
-+#else
+ #include <sys/soundcard.h>
+ #else
#include <machine/soundcard.h> /* JH20010905 */
- #endif
-+#endif
-
- #include <stdio.h>
- #include <stdlib.h>