Activate Japanese NLS and KANJI support
This commit is contained in:
@@ -12,9 +12,6 @@ TCSHDIR= ${.CURDIR}/../../contrib/tcsh
|
|||||||
PROG= csh
|
PROG= csh
|
||||||
SUBDIR= nls
|
SUBDIR= nls
|
||||||
DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'
|
DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'
|
||||||
.if defined(WANT_KANJI)
|
|
||||||
DFLAGS+= -DWANT_KANJI
|
|
||||||
.endif
|
|
||||||
CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
|
CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
|
||||||
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
|
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
|
||||||
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
|
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
|
||||||
|
|||||||
@@ -153,10 +153,8 @@
|
|||||||
# define NLS_CATALOGS
|
# define NLS_CATALOGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WANT_KANJI
|
|
||||||
#define KANJI
|
#define KANJI
|
||||||
#define DSPMBYTE
|
#define DSPMBYTE
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _h_config */
|
#endif /* _h_config */
|
||||||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||||
|
|||||||
@@ -153,10 +153,8 @@
|
|||||||
# define NLS_CATALOGS
|
# define NLS_CATALOGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WANT_KANJI
|
|
||||||
#define KANJI
|
#define KANJI
|
||||||
#define DSPMBYTE
|
#define DSPMBYTE
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _h_config */
|
#endif /* _h_config */
|
||||||
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= finnish french german italian spanish
|
SUBDIR= finnish french ja german italian spanish
|
||||||
|
|
||||||
.if defined(WANT_KANJI)
|
|
||||||
SUBDIR+= ja
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# We are not ready for greek yet
|
# We are not ready for greek yet
|
||||||
#SUBDIR+= greek
|
#SUBDIR+= greek
|
||||||
|
|||||||
Reference in New Issue
Block a user