summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/patches/fix-missing-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tesseract/patches/fix-missing-includes.patch')
-rw-r--r--graphics/tesseract/patches/fix-missing-includes.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/tesseract/patches/fix-missing-includes.patch b/graphics/tesseract/patches/fix-missing-includes.patch
deleted file mode 100644
index daa82b618d..0000000000
--- a/graphics/tesseract/patches/fix-missing-includes.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Explicitly include sys/time.h for timeval on UNIX. Required on non-glibc
-systems.
-
---- a/src/ccutil/ocrclass.h
-+++ b/src/ccutil/ocrclass.h
-@@ -31,6 +31,8 @@
- #ifdef _WIN32
- #include <winsock2.h> // for timeval
-+#else
-+#include <sys/time.h> // for timeval
- #endif
-
- /**********************************************************************
- * EANYCODE_CHAR