mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
tesseract: added recipe for version 3.02.02
This commit is contained in:
40
app-text/tesseract/patches/tesseract-3.02.02.patch
Normal file
40
app-text/tesseract/patches/tesseract-3.02.02.patch
Normal file
@@ -0,0 +1,40 @@
|
||||
From 96fec6ffd95b10d352a8df7b57f3e8f36beb5320 Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Tue, 31 Mar 2015 14:43:55 +0300
|
||||
Subject: [PATCH] Backport 16aa99315a3d - make ocrclass.h public header
|
||||
|
||||
---
|
||||
ccutil/Makefile.am | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/ccutil/Makefile.am b/ccutil/Makefile.am
|
||||
index 5c08f6b..8737dda 100644
|
||||
--- a/ccutil/Makefile.am
|
||||
+++ b/ccutil/Makefile.am
|
||||
@@ -14,13 +14,13 @@ EXTRA_DIST = mfcpch.cpp
|
||||
|
||||
include_HEADERS = \
|
||||
basedir.h errcode.h fileerr.h genericvector.h helpers.h host.h memry.h \
|
||||
- ndminx.h params.h platform.h serialis.h strngs.h tesscallback.h \
|
||||
- unichar.h unicharmap.h unicharset.h
|
||||
+ ndminx.h params.h ocrclass.h platform.h serialis.h strngs.h \
|
||||
+ tesscallback.h unichar.h unicharmap.h unicharset.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
ambigs.h bits16.h bitvector.h ccutil.h clst.h elst2.h \
|
||||
elst.h globaloc.h hashfn.h hosthplb.h indexmapbidi.h lsterr.h \
|
||||
- mfcpch.h notdll.h nwmain.h ocrclass.h qrsequence.h secname.h \
|
||||
+ mfcpch.h notdll.h nwmain.h qrsequence.h secname.h \
|
||||
sorthelper.h stderr.h tessdatamanager.h tprintf.h unicity_table.h \
|
||||
unicodes.h
|
||||
|
||||
@@ -51,4 +51,4 @@ if MINGW
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/vs2008/port -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\"
|
||||
noinst_HEADERS += ../vs2008/port/strtok_r.h
|
||||
libtesseract_ccutil_la_SOURCES += ../vs2008/port/strtok_r.cpp
|
||||
-endif
|
||||
\ No newline at end of file
|
||||
+endif
|
||||
--
|
||||
2.2.2
|
||||
|
||||
Reference in New Issue
Block a user