7b117d2167
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib by me and is not released from the Product company of Wnn7 (Omron Software Co., Ltd). * Modify master ports of the above ports according to adding these. * [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected Submitted by: imp
15 lines
353 B
Text
15 lines
353 B
Text
--- Wnn/include/config.h.orig Wed Oct 28 13:36:24 1998
|
|
+++ Wnn/include/config.h Wed Jul 18 17:03:05 2001
|
|
@@ -140,7 +140,11 @@
|
|
#define _CONFIG_H_
|
|
|
|
#ifndef LIBDIR
|
|
-#define LIBDIR "/usr/local/lib/wnn6"
|
|
+#define LIBDIR "/usr/lib/wnn7"
|
|
+#endif /* LIBDIR */
|
|
+
|
|
+#ifndef SHARDIR
|
|
+#define SHARDIR "/usr/share/wnn7"
|
|
#endif /* LIBDIR */
|
|
|
|
#ifdef TAIWANESE
|