diff options
author | kris <kris@FreeBSD.org> | 2002-08-23 03:56:18 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-23 03:56:18 +0000 |
commit | 4d94bd6fee504fc662d99383c106e4c2c1c1b6b1 (patch) | |
tree | 15cb95be5280f876e2a7b8797a1667aea2561254 /audio/s3mod | |
parent | 0812f14ae8e477c0b70e86ab63526887c5884b48 (diff) | |
download | FreeBSD-ports-4d94bd6fee504fc662d99383c106e4c2c1c1b6b1.zip FreeBSD-ports-4d94bd6fee504fc662d99383c106e4c2c1c1b6b1.tar.gz |
Chase <machine/soundcard.h> to <sys/soundcard.h> to fix build on 5.x
Diffstat (limited to 'audio/s3mod')
-rw-r--r-- | audio/s3mod/files/patch-ad | 6 | ||||
-rw-r--r-- | audio/s3mod/files/patch-ae | 10 | ||||
-rw-r--r-- | audio/s3mod/files/patch-af | 13 |
3 files changed, 9 insertions, 20 deletions
diff --git a/audio/s3mod/files/patch-ad b/audio/s3mod/files/patch-ad index db8cd7d..3a331b6 100644 --- a/audio/s3mod/files/patch-ad +++ b/audio/s3mod/files/patch-ad @@ -1,5 +1,5 @@ ---- dsp.c.orig Sat Oct 21 15:40:29 1995 -+++ dsp.c Sat Jan 27 15:24:31 2001 +--- dsp.c.orig Thu Aug 22 20:51:34 2002 ++++ dsp.c Thu Aug 22 20:54:31 2002 @@ -22,14 +22,14 @@ * linux_dsp.c - Support for the Linux DSP driver from the Voxware(C) Drivers. */ @@ -13,7 +13,7 @@ #include <sys/types.h> -#include <linux/soundcard.h> -#include <bytesex.h> -+#include <machine/soundcard.h> ++#include <sys/soundcard.h> +#include <machine/endian.h> #include "main.h" #include "dsp.h" diff --git a/audio/s3mod/files/patch-ae b/audio/s3mod/files/patch-ae index e3571db..747c312 100644 --- a/audio/s3mod/files/patch-ae +++ b/audio/s3mod/files/patch-ae @@ -1,12 +1,10 @@ ---- gus.c.orig Sun Oct 22 04:14:33 1995 -+++ gus.c Sat Jan 27 15:04:15 2001 -@@ -25,8 +25,8 @@ - +--- gus.c.orig Sat Oct 21 12:14:33 1995 ++++ gus.c Thu Aug 22 20:55:06 2002 +@@ -26,7 +26,7 @@ #ifdef GUS --#include <sys/soundcard.h> + #include <sys/soundcard.h> -#include <sys/ultrasound.h> -+#include <machine/soundcard.h> +#include <machine/ultrasound.h> #include <unistd.h> #include "gus.h" diff --git a/audio/s3mod/files/patch-af b/audio/s3mod/files/patch-af index f8944e1..291c9b9 100644 --- a/audio/s3mod/files/patch-af +++ b/audio/s3mod/files/patch-af @@ -1,14 +1,5 @@ ---- gus.h.orig Sun Oct 22 05:06:38 1995 -+++ gus.h Sat Jan 27 15:21:29 2001 -@@ -26,7 +26,7 @@ - #ifndef _GUS_H - #define _GUS_H - --#include <sys/soundcard.h> -+#include <machine/soundcard.h> - - #define ERR_SEQUENCER 51 - #define ERR_NOGUS 53 +--- gus.h.orig Sat Oct 21 13:06:38 1995 ++++ gus.h Thu Aug 22 20:53:57 2002 @@ -41,7 +41,7 @@ extern unsigned char _seqbuf[]; |