2006-04-14 11:56:03 +02:00
|
|
|
$NetBSD: patch-ab,v 1.3 2006/04/14 09:56:03 adam Exp $
|
2006-01-25 01:00:03 +01:00
|
|
|
|
2006-04-14 11:56:03 +02:00
|
|
|
--- lib/portaudio/pa_unix_oss/pa_unix_oss.c.orig 2006-02-05 00:51:06.000000000 +0100
|
2006-01-25 01:00:03 +01:00
|
|
|
+++ lib/portaudio/pa_unix_oss/pa_unix_oss.c
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
#ifdef __linux__
|
|
|
|
#include <linux/soundcard.h>
|
|
|
|
#else
|
2006-04-14 11:56:03 +02:00
|
|
|
-#if defined(__FreeBSD__) || defined(__NetBSD__)
|
2006-02-16 21:53:23 +01:00
|
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
2006-01-25 01:00:03 +01:00
|
|
|
#include <sys/soundcard.h>
|
|
|
|
#else
|
|
|
|
#include <machine/soundcard.h> /* JH20010905 */
|