3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
16 lines
691 B
Text
16 lines
691 B
Text
-------------------------------------------------------------------------------
|
|
Please check the following files:
|
|
%%LOCALBASE%%/lib/X11/locale/zh_CN/XI18N_OBJS
|
|
If not exist, copy %%LOCALBASE%%/lib/X11/locale/zh/XI18N_OBJS to it.
|
|
|
|
If you got the message:
|
|
XSIM: Failed opening share library function: Undefined symbol "__XlcEucLoader"
|
|
Comment
|
|
XLC common/xlocale _XlcEucLoader # XLC_open
|
|
in %%LOCALBASE%%/lib/X11/locale/zh_CN/XI18N_OBJS
|
|
|
|
Remember to set environment varible XMODIFIERS:
|
|
csh/tcsh: setenv XMODIFIERS @im=XSIM
|
|
sh/bash: export XMODIFIERS='@im=XSIM'
|
|
and set LANG, LC_CTYPE to zh_CN.eucCN.
|
|
-------------------------------------------------------------------------------
|