From b2a7ffa557e166a30a966f2ec91a172ee7f3bee7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 8 Sep 2002 10:39:12 +0000 Subject: Fix build on -current (machine/soundcard.h -> sys/soundcard.h) --- audio/xwave/files/patch-ad | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'audio/xwave') diff --git a/audio/xwave/files/patch-ad b/audio/xwave/files/patch-ad index 7ddc80f2a60b..38e4f310a2de 100644 --- a/audio/xwave/files/patch-ad +++ b/audio/xwave/files/patch-ad @@ -1,14 +1,16 @@ ---- src/audio.c.orig Mon Nov 9 08:22:55 1998 -+++ src/audio.c Fri Jun 30 19:49:15 2000 -@@ -37,7 +37,7 @@ +--- src/audio.c.orig Sun Nov 8 15:22:55 1998 ++++ src/audio.c Sun Sep 8 03:35:52 2002 +@@ -37,8 +37,8 @@ #ifdef linux #include -#elif defined(FreeBSD) +-#include +#elif defined(__FreeBSD__) - #include ++#include #elif defined(sgi) + #include @@ -55,7 +55,7 @@ #include "sample_settings.h" #include "audio.h" -- cgit v1.2.3