summaryrefslogtreecommitdiff
path: root/graphics/phpsview/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/phpsview/patches/patch-ad')
-rw-r--r--graphics/phpsview/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/phpsview/patches/patch-ad b/graphics/phpsview/patches/patch-ad
deleted file mode 100644
index a31f2db7230..00000000000
--- a/graphics/phpsview/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/04/22 18:18:38 joerg Exp $
-
---- 2.4/phpsview.c.orig 2006-04-22 18:11:58.000000000 +0000
-+++ 2.4/phpsview.c
-@@ -37,7 +37,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>