summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/spcaview/patches/patch-ad17
-rw-r--r--graphics/spcaview/patches/patch-ae16
2 files changed, 0 insertions, 33 deletions
diff --git a/graphics/spcaview/patches/patch-ad b/graphics/spcaview/patches/patch-ad
deleted file mode 100644
index 26df269c0c1..00000000000
--- a/graphics/spcaview/patches/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- linux_usbif.c.orig 2006-03-03 15:43:59.000000000 +0000
-+++ linux_usbif.c
-@@ -28,7 +28,12 @@
-
- #include <ctype.h>
- #include <sys/ioctl.h>
-+
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #include "linux_usbif.h"
-
diff --git a/graphics/spcaview/patches/patch-ae b/graphics/spcaview/patches/patch-ae
deleted file mode 100644
index 9dac6b8c4e1..00000000000
--- a/graphics/spcaview/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/03/14 17:06:58 hamajima Exp $
-
---- spca5xx.c.orig 2006-03-03 15:44:32.000000000 +0000
-+++ spca5xx.c
-@@ -45,7 +45,11 @@ static const char version[] = SPCA5XX_VE
- #include <ctype.h>
- #include <sys/ioctl.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
- #include "linux_usbif.h"
- #include "spca5xx.h"
-