openbsd-ports/graphics/tesseract/patches/patch-dict_makedawg_cpp
ajacoutot b9094d6b19 Update to tesseract-2.04
Fixes more than 20 issues, including portability ones.

from Daniel Dickman, thanks!
2009-08-24 07:12:40 +00:00

14 lines
326 B
Plaintext

$OpenBSD: patch-dict_makedawg_cpp,v 1.2 2009/08/24 07:12:40 ajacoutot Exp $
--- dict/makedawg.cpp.orig Tue Dec 30 13:28:03 2008
+++ dict/makedawg.cpp Sun Aug 23 20:37:16 2009
@@ -33,6 +33,9 @@
#ifdef __MSW32__
#include <windows.h>
#else
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#endif
#include <arpa/inet.h>
#endif