summaryrefslogtreecommitdiff
path: root/graphics/phpsview/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/phpsview/patches/patch-ab')
-rw-r--r--graphics/phpsview/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/phpsview/patches/patch-ab b/graphics/phpsview/patches/patch-ab
deleted file mode 100644
index d0726dd11ed..00000000000
--- a/graphics/phpsview/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/04/22 18:18:38 joerg Exp $
-
---- 2.4/linux_usbif.h.orig 2006-04-22 18:11:24.000000000 +0000
-+++ 2.4/linux_usbif.h
-@@ -11,7 +11,11 @@
- #include <string.h>
- #include <err.h>
-
-+#if defined(__DragonFly__)
-+#include <bus/usb/usb.h>
-+#else
- #include <dev/usb/usb.h>
-+#endif
-
- #define USB_DIR_OUT UT_WRITE
- #define USB_DIR_IN UT_READ