From ee16c5319402ae94b29b47cf038ed66e822aedde Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 22 Nov 1994 23:37:45 +0000 Subject: Japanese/Chinese/Korean input method (only Japanese part built and tested---someone else please try other languages!) --- japanese/FreeWnn-lib/files/patch-aa | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 japanese/FreeWnn-lib/files/patch-aa (limited to 'japanese/FreeWnn-lib/files/patch-aa') diff --git a/japanese/FreeWnn-lib/files/patch-aa b/japanese/FreeWnn-lib/files/patch-aa new file mode 100644 index 000000000000..e2163a1bc2cb --- /dev/null +++ b/japanese/FreeWnn-lib/files/patch-aa @@ -0,0 +1,53 @@ +--- ./config/Project.tmpl.org Mon Aug 29 01:40:17 1994 ++++ ./config/Project.tmpl Tue Nov 22 09:56:34 1994 +@@ -389,6 +389,7 @@ + XCOMM ----------------------------------------------------------------------- + XCOMM X Window System make variables; these need to be coordinated with rules + ++ SYS_LIBRARIES = -lcrypt /* For FreeBSD-2.0 */ + /* + * This list must be reflected in the DIRS_TO_BUILD list in the top-level + * Makefile. +@@ -413,6 +414,9 @@ + XAPPLOADDIR = XAppLoadDir /* application default resource dir */ + FONTCFLAGS = FontCompilerFlags + ++ INSTINCFLAGS = InstIncFlags -c /* XXX - dirty hack by */ ++ INSTDATFLAGS = InstDatFlags -c /* XXX - Satoshi */ ++ INSTBINFLAGS = InstBinFlags -c /* XXX - Asami */ + INSTAPPFLAGS = $(INSTDATFLAGS) /* XXX - this should go away - XXX */ + + #ifdef UseInstalled +@@ -1134,21 +1138,28 @@ + $(WNNTOUCH) $(DESTDIR)dest/$$i); fi \ @@\ + done + ++/* Only Japanese for now---I need to get this on the 2.0-Release CDROM ++ * - Satoshi ++ */ + #ifndef BuildWnn + #define BuildWnn YES + #endif + #ifndef BuildCWnn +-#define BuildCWnn YES ++#define BuildCWnn NO + #endif + #ifndef BuildKWnn +-#define BuildKWnn YES ++#define BuildKWnn NO + #endif + #ifndef BuildXwnmo +-#define BuildXwnmo YES ++#define BuildXwnmo NO + #endif + ++/* ++ * Jserver doesn't seem to work ++ * - Satoshi ++ */ + #ifndef BuildJserver +-#define BuildJserver YES ++#define BuildJserver NO + #endif + #ifndef BuildJlib + #define BuildJlib YES -- cgit v1.2.3