mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
e6004d57f2
WWW: http://code.google.com/p/nhocr PR: 134720 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
12 lines
365 B
C++
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";
|
|
|