diff options
author | kris <kris@FreeBSD.org> | 2002-08-23 21:49:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-23 21:49:50 +0000 |
commit | 529a7e5e97b860d306bc472634e9717bf9a11d92 (patch) | |
tree | 0b4209906ccdfb785c8995b31e52c747c64d2b2b /audio/amp | |
parent | e9a0e3125731ba20089001d13b76b5d04959e0b1 (diff) | |
download | FreeBSD-ports-529a7e5e97b860d306bc472634e9717bf9a11d92.zip FreeBSD-ports-529a7e5e97b860d306bc472634e9717bf9a11d92.tar.gz |
<linux/soundcard.h> -> <sys/soundcard.h>
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/files/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/amp/files/patch-aa b/audio/amp/files/patch-aa index 5457e02..b5d69bf 100644 --- a/audio/amp/files/patch-aa +++ b/audio/amp/files/patch-aa @@ -1,6 +1,12 @@ ---- audioIO_Linux.c.orig Mon Nov 2 22:20:38 1998 -+++ audioIO_Linux.c Mon Nov 2 22:22:38 1998 -@@ -26,7 +26,9 @@ +--- audioIO_Linux.c.orig Sat May 31 10:47:58 1997 ++++ audioIO_Linux.c Fri Aug 23 14:46:27 2002 +@@ -21,12 +21,14 @@ + #ifdef HAVE_MACHINE_SOUNDCARD_H + #include <machine/soundcard.h> + #else +-#include <linux/soundcard.h> ++#include <sys/soundcard.h> + #endif /* optimal fragment size */ |