media-gfx/sane-backends: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 3 Feb 2018 19:40:48 +0000 (20:40 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 3 Feb 2018 21:11:26 +0000 (22:11 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7039

media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch [deleted file]

diff --git a/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch b/media-gfx/sane-backends/files/sane-backends-1.0.25-disable-usb-tests.patch
deleted file mode 100644 (file)
index 217a440..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-do not let the tests try reading/locking usb hardware.  we also disable
-this because the test will abort() if no usb support is found at all.
-
---- a/testsuite/sanei/sanei_usb_test.c
-+++ b/testsuite/sanei/sanei_usb_test.c
-@@ -832,6 +832,8 @@ main (int argc, char **argv)
-   int detected, opened, i;
-   SANE_Int dn[MAX_DEVICES];
-+  return 77;
-+
- #ifdef HAVE_LIBUSB
-   printf ("\n%s built with old libusb\n\n", argv[0]);
- #endif