summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-11 17:47:34 +0000
committerwiz <wiz>2001-09-11 17:47:34 +0000
commitc401180c338a1fa7c598d3bf0ca950997264cf16 (patch)
treeb95a3e77578e327e117768ba5a54f9da78589575 /audio
parent878303124f8a57bdeadae781394f1ffe1f51d957 (diff)
downloadpkgsrc-c401180c338a1fa7c598d3bf0ca950997264cf16.tar.gz
Remove integrated patches. Noted by dillo.
Diffstat (limited to 'audio')
-rw-r--r--audio/tfmxplay/patches/patch-ab16
-rw-r--r--audio/tfmxplay/patches/patch-ac12
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>