diff options
author | hamajima <hamajima> | 2006-04-02 10:30:23 +0000 |
---|---|---|
committer | hamajima <hamajima> | 2006-04-02 10:30:23 +0000 |
commit | bde5e6a4cc1ebfc9691c9f70ef84634cf536829f (patch) | |
tree | 912977f8f5b34ea51bdd6ec2e8a5b3ac35f2fed5 /graphics/spcaview/patches | |
parent | 8b5397193cc1b1146782297e09561fd5dc4ba73f (diff) | |
download | pkgsrc-bde5e6a4cc1ebfc9691c9f70ef84634cf536829f.tar.gz |
I forgot deletes.
This patch is for previous version, unnecessary with current version.
Diffstat (limited to 'graphics/spcaview/patches')
-rw-r--r-- | graphics/spcaview/patches/patch-ad | 17 | ||||
-rw-r--r-- | graphics/spcaview/patches/patch-ae | 16 |
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" - |