diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 10:39:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 10:39:12 +0000 |
commit | b2a7ffa557e166a30a966f2ec91a172ee7f3bee7 (patch) | |
tree | 9a71ce5647e8f78e92a36c4f1f1e0283c3546fbf /audio/xwave | |
parent | 3b71e09158e04968a7cf911d372340ab19f5269d (diff) | |
download | ports-b2a7ffa557e166a30a966f2ec91a172ee7f3bee7.tar.gz ports-b2a7ffa557e166a30a966f2ec91a172ee7f3bee7.zip |
Notes
Diffstat (limited to 'audio/xwave')
-rw-r--r-- | audio/xwave/files/patch-ad | 10 |
1 files changed, 6 insertions, 4 deletions
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 <linux/soundcard.h> -#elif defined(FreeBSD) +-#include <machine/soundcard.h> +#elif defined(__FreeBSD__) - #include <machine/soundcard.h> ++#include <sys/soundcard.h> #elif defined(sgi) + #include <dmedia/audio.h> @@ -55,7 +55,7 @@ #include "sample_settings.h" #include "audio.h" |