summaryrefslogtreecommitdiff
path: root/graphics/phpsview/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/phpsview/patches/patch-ae')
-rw-r--r--graphics/phpsview/patches/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/phpsview/patches/patch-ae b/graphics/phpsview/patches/patch-ae
new file mode 100644
index 00000000000..0d33a5a02fa
--- /dev/null
+++ b/graphics/phpsview/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2006/04/22 18:18:38 joerg Exp $
+
+--- 2.4/pwc-if.c.orig 2006-04-22 18:12:11.000000000 +0000
++++ 2.4/pwc-if.c
+@@ -56,7 +56,11 @@
+ #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 "pwc.h"