Files
pkgsrc-ng/misc/xjdic/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
667 B
Plaintext

$NetBSD: patch-ab,v 1.2 2004/01/02 03:17:54 wiz Exp $
--- xjdic.h.orig 2003-12-24 04:27:00.000000000 +0100
+++ xjdic.h
@@ -3,7 +3,7 @@
#define NRKANA 250*2 /* size of the romaji to kana tables*/
#define NOFILT 10 /* maximum number of general filters */
#define VMAX 600 /* maximum entries in the verb table */
-#define DEFAULT_DICDIR "" /* could be: "/usr/local/lib/xjdic" */
+#define DEFAULT_DICDIR PREFIX "share/xjdic" /* could be: "/usr/local/lib/xjdic" */
#define NOHITS 1000 /* size of hittab */
#define SPTAG '@' /* character that flags priority entries */
#define KFBUFFSIZE 2000 /* size of the KFlush buffer */