diff options
author | kris <kris@FreeBSD.org> | 2002-09-05 10:35:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-05 10:35:41 +0800 |
commit | de5b9438c670f5fb16c907fb24c33f992cb24177 (patch) | |
tree | a82fd6232e7c45dcd2679e18c573a922f422c428 /audio/cmp3 | |
parent | 9451c389dba385d23129cb41f59a7a4f6504d103 (diff) | |
download | freebsd-ports-gnome-de5b9438c670f5fb16c907fb24c33f992cb24177.tar.gz freebsd-ports-gnome-de5b9438c670f5fb16c907fb24c33f992cb24177.tar.zst freebsd-ports-gnome-de5b9438c670f5fb16c907fb24c33f992cb24177.zip |
Remove old bogus patch about <machine/soundcard.h>
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/files/patch-ad | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/cmp3/files/patch-ad b/audio/cmp3/files/patch-ad deleted file mode 100644 index 7f5a6b83d844..000000000000 --- a/audio/cmp3/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- cmp3volume.c.orig Tue Mar 7 14:26:13 2000 -+++ cmp3volume.c Tue Mar 7 14:26:22 2000 -@@ -3,7 +3,7 @@ - */ - - #include "cmp3funcs.h" --#include<sys/soundcard.h> -+#include <machine/soundcard.h> - - static int mixernum, /* ID number for the mixer */ - vol; /* Current volume level */ -@@ -89,4 +89,4 @@ - return; - } - |