diff options
Diffstat (limited to 'graphics/snx101view/patches')
-rw-r--r-- | graphics/snx101view/patches/patch-aa | 16 | ||||
-rw-r--r-- | graphics/snx101view/patches/patch-ab | 16 | ||||
-rw-r--r-- | graphics/snx101view/patches/patch-ac | 16 | ||||
-rw-r--r-- | graphics/snx101view/patches/patch-ad | 16 |
4 files changed, 0 insertions, 64 deletions
diff --git a/graphics/snx101view/patches/patch-aa b/graphics/snx101view/patches/patch-aa deleted file mode 100644 index d7f95ebf14f..00000000000 --- a/graphics/snx101view/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/04/22 18:32:00 joerg Exp $ - ---- sonix.h.orig 2006-04-22 18:25:20.000000000 +0000 -+++ sonix.h -@@ -7,7 +7,11 @@ - #include <string.h> - #include <err.h> - -+#if defined(__DragonFly__) -+#include <bus/usb/usb.h> -+#else - #include <dev/usb/usb.h> -+#endif - - #define ISOBUF_SIZE 1023 - #define WIDTH 320 diff --git a/graphics/snx101view/patches/patch-ab b/graphics/snx101view/patches/patch-ab deleted file mode 100644 index 0030be8615a..00000000000 --- a/graphics/snx101view/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/04/22 18:32:00 joerg Exp $ - ---- sonix.c.orig 2006-04-22 18:25:30.000000000 +0000 -+++ sonix.c -@@ -40,7 +40,11 @@ - #include <string.h> - #include <err.h> - -+#if defined(__DragonFly__) -+#include <bus/usb/usb.h> -+#else - #include <dev/usb/usb.h> -+#endif - - #include "sonix.h" - #include "sonixinit.h" diff --git a/graphics/snx101view/patches/patch-ac b/graphics/snx101view/patches/patch-ac deleted file mode 100644 index efc3f2b1221..00000000000 --- a/graphics/snx101view/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/04/22 18:32:00 joerg Exp $ - ---- snx101view.c.orig 2006-04-22 18:25:52.000000000 +0000 -+++ snx101view.c -@@ -47,7 +47,11 @@ - #include <string.h> - #include <err.h> - -+#if defined(__DragonFly__) -+#include <bus/usb/usb.h> -+#else - #include <dev/usb/usb.h> -+#endif - - #include <gtk/gtk.h> - #include <gdk_imlib.h> diff --git a/graphics/snx101view/patches/patch-ad b/graphics/snx101view/patches/patch-ad deleted file mode 100644 index 759eaa995c0..00000000000 --- a/graphics/snx101view/patches/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/04/22 18:32:00 joerg Exp $ - ---- snx101shot.c.orig 2006-04-22 18:26:04.000000000 +0000 -+++ snx101shot.c -@@ -40,7 +40,11 @@ - #include <string.h> - #include <err.h> - -+#if defined(__DragonFly__) -+#include <bus/usb/usb.h> -+#else - #include <dev/usb/usb.h> -+#endif - - #include "sonix.h" - |