mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9af042ec88
PR: ports/20426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!) By the way, why didn't this port have a MAINTAINER line? I set it to -ports list, but someone should take it over.. Kato-san? :>
33 lines
787 B
Plaintext
33 lines
787 B
Plaintext
--- 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 */
|