diff options
Diffstat (limited to 'multimedia/dtv/files')
-rw-r--r-- | multimedia/dtv/files/patch-defs.h | 21 | ||||
-rw-r--r-- | multimedia/dtv/files/patch-main.c | 10 |
2 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/dtv/files/patch-defs.h b/multimedia/dtv/files/patch-defs.h deleted file mode 100644 index 352edad42153..000000000000 --- a/multimedia/dtv/files/patch-defs.h +++ /dev/null @@ -1,21 +0,0 @@ ---- defs.h.orig Mon Feb 11 04:14:17 2002 -+++ defs.h Sun Feb 1 20:01:30 2004 -@@ -10,9 +10,17 @@ - #include <sys/mman.h> - #include <sys/ipc.h> - #include <sys/shm.h> -+#ifdef __FreeBSD__ -+#include <osreldate.h> -+#if __FreeBSD_version > 500000 -+#include <dev/bktr/ioctl_bt848.h> -+#include <dev/bktr/ioctl_meteor.h> -+#else - #include <machine/ioctl_bt848.h> - #include <machine/ioctl_meteor.h> --#include <machine/soundcard.h> -+#endif -+#endif -+#include <sys/soundcard.h> - #include <stdio.h> - #include <stdlib.h> - #include <stdarg.h> diff --git a/multimedia/dtv/files/patch-main.c b/multimedia/dtv/files/patch-main.c deleted file mode 100644 index 1a89e84d6c79..000000000000 --- a/multimedia/dtv/files/patch-main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- main.c.orig Sun Feb 1 19:51:55 2004 -+++ main.c Sun Feb 1 19:52:11 2004 -@@ -11,6 +11,7 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> -+#include <sys/time.h> - - Prototype int VerboseOpt; - |