1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
freebsd-ports/japanese/nhocr/files/patch-libnhocr__nhrec.cpp
Dmitry Marakasov e6004d57f2 OCR engine for Japanese language
WWW: http://code.google.com/p/nhocr

PR:		134720
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 22:34:54 +00:00

12 lines
365 B
C++

--- ./libnhocr/nhrec.cpp.orig 2009-05-10 23:56:11.000000000 +0900
+++ ./libnhocr/nhrec.cpp 2009-05-19 19:24:48.000000000 +0900
@@ -45,7 +45,7 @@
// default file/path names
-static char *nhocrlibdir0 = "/opt/nhocr/share";
+static char *nhocrlibdir0 = "/usr/local/share/nhocr";
static char *cctablefile0 = "cctable.utf-8";
static char *dicfile0 = "PLM.dic";