summaryrefslogtreecommitdiff
path: root/graphics/spcaview
diff options
context:
space:
mode:
authorhamajima <hamajima@pkgsrc.org>2006-04-02 10:30:23 +0000
committerhamajima <hamajima@pkgsrc.org>2006-04-02 10:30:23 +0000
commite792770015ddd1bdcc9d9c42026b1fb20dd61cb1 (patch)
tree912977f8f5b34ea51bdd6ec2e8a5b3ac35f2fed5 /graphics/spcaview
parentfd17b33bad3ccfbcfddbeba985b34aa1b82ef0bd (diff)
downloadpkgsrc-e792770015ddd1bdcc9d9c42026b1fb20dd61cb1.tar.gz
I forgot deletes.
This patch is for previous version, unnecessary with current version.
Diffstat (limited to 'graphics/spcaview')
-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"
-