diff options
Diffstat (limited to 'graphics/spcaview/patches/patch-af')
-rw-r--r-- | graphics/spcaview/patches/patch-af | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/spcaview/patches/patch-af b/graphics/spcaview/patches/patch-af deleted file mode 100644 index fb3c9106293..00000000000 --- a/graphics/spcaview/patches/patch-af +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-af,v 1.1 2006/03/14 17:06:58 hamajima Exp $ - ---- spca5view.c.orig 2006-03-03 15:45:52.000000000 +0000 -+++ spca5view.c -@@ -45,7 +45,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> |