diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 18:39:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 18:39:12 +0800 |
commit | af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12 (patch) | |
tree | 8b0f5dd3cd339b69f76d33b17f374bc1e263c913 /audio/xwave | |
parent | f5d490860d604b7f63137d7a31af6a38c380100b (diff) | |
download | freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.tar.gz freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.tar.zst freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
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" |