diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 03:56:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 03:56:18 +0000 |
commit | 8b416a6d9f5411dfed45d1fdd23039a94fdbfe9a (patch) | |
tree | 975e643e1312f9397cf896894161129ea83f74a3 /audio/s3mod | |
parent | f518c8fa0f8078e2ea2f039215ab3d55312987ec (diff) | |
download | ports-8b416a6d9f5411dfed45d1fdd23039a94fdbfe9a.tar.gz ports-8b416a6d9f5411dfed45d1fdd23039a94fdbfe9a.zip |
Notes
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 db8cd7dadaa4..3a331b6becc1 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 e3571db8dfb4..747c31266b76 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 f8944e1cfb6c..291c9b942e69 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[]; |