diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tfmxplay/patches/patch-ab | 16 | ||||
-rw-r--r-- | audio/tfmxplay/patches/patch-ac | 12 |
2 files changed, 0 insertions, 28 deletions
diff --git a/audio/tfmxplay/patches/patch-ab b/audio/tfmxplay/patches/patch-ab deleted file mode 100644 index 2b2c2eb8c84..00000000000 --- a/audio/tfmxplay/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/07/10 01:14:02 wiz Exp $ - ---- audio.c.orig Mon Mar 12 21:10:49 2001 -+++ audio.c -@@ -4,7 +4,11 @@ - * 13Mar2000 - */ - -+#ifdef __NetBSD__ -+#include <soundcard.h> -+#else - #include <linux/soundcard.h> -+#endif - #include <sys/ioctl.h> - #include <fcntl.h> - #include <stdio.h> diff --git a/audio/tfmxplay/patches/patch-ac b/audio/tfmxplay/patches/patch-ac deleted file mode 100644 index 88256bad254..00000000000 --- a/audio/tfmxplay/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/07/10 01:14:02 wiz Exp $ - ---- tfmx.c.orig Sat Jun 23 12:55:53 2001 -+++ tfmx.c -@@ -4,7 +4,6 @@ - * jhp 29Feb96 - */ - --#include <asm/byteorder.h> - #include <stdio.h> - #include <unistd.h> - #include <string.h> |