freebsd-ports/japanese/skkfep/files/patch-aa
Kris Kennaway 2fad50c06e Add back the skk and skkfep ports, which were erroneously removed: the
skk port is a meta-port and (presumably) does not require skk-elisp to
run.  I have removed the skk-elisp dependency from skk.  The skkfep port
did not depend on skk-elisp explicitly, only via the skk port.
2003-08-07 05:53:18 +00:00

32 lines
787 B
Text

--- config.h.orig Tue Sep 22 01:45:27 1998
+++ config.h Wed Aug 2 02:50:39 2000
@@ -2,19 +2,19 @@
* Configuration for SKKFEP
*/
-#include "configs/solaris2.h"
+#include "configs/freebsd.h"
#if makefile_parameter
-CC=gcc
+#CC=gcc
DEFINE=-DUSE_LOCALE
-OPTIMIZE=-O
+#OPTIMIZE=-O
EXTRALIBS=
#endif
#define DEFAULT_KANAKEY "^j"
/* By Y. Kaneko */
-/*#define KUTOUTEN /* "."->maru, ","->ten */
+#define KUTOUTEN /* "."->maru, ","->ten */
#define KANJIBS /* do/don't shuft-out BS code in JIS mode */
#define KANJIBS_DEFAULT 0 /* 0 -> shift out / 1 -> don't shift out */
@@ -28,4 +28,4 @@
#define NATIVECODE euc /* EUC Kanji code */
-#define SKK_SERVER_HOST "ei5nazha" /* SKK server host */
+#define SKK_SERVER_HOST "localhost" /* SKK server host */