summaryrefslogtreecommitdiff
path: root/graphics/cnxtview/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cnxtview/patches/patch-ad')
-rw-r--r--graphics/cnxtview/patches/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/cnxtview/patches/patch-ad b/graphics/cnxtview/patches/patch-ad
new file mode 100644
index 00000000000..a49b70ec69a
--- /dev/null
+++ b/graphics/cnxtview/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2006/04/22 17:24:27 joerg Exp $
+
+--- cnxt.c.orig 2006-04-22 17:16:17.000000000 +0000
++++ cnxt.c
+@@ -39,7 +39,11 @@
+ #include <string.h>
+ #include <err.h>
+
++#if defined(__DragonFly__)
++#include <bus/usb/usb.h>
++#else
+ #include <dev/usb/usb.h>
++#endif
+
+ #include "cnxt.h"
+