diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-11 15:44:29 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-11 15:44:29 +0000 |
commit | e19dbbb30d623bd7c61dfa81f7ebc89fd3531630 (patch) | |
tree | a9ef68e6fc2b321c3cd2ce2231ce979474c18b2b /editors/emacs20-dl/pkg-descr | |
parent | 095cce8326c84aa13a2e4c483ec0083efd8ed6e0 (diff) |
Notes
Diffstat (limited to 'editors/emacs20-dl/pkg-descr')
-rw-r--r-- | editors/emacs20-dl/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/emacs20-dl/pkg-descr b/editors/emacs20-dl/pkg-descr index 640a9b1020a5..11caa2ac14f4 100644 --- a/editors/emacs20-dl/pkg-descr +++ b/editors/emacs20-dl/pkg-descr @@ -9,4 +9,13 @@ Emacs binary is: Dynamic loading patch: http://www.etl.go.jp/~tomo/comp/emacsen/emacs-20.4-dl3.diff.gz +NOTE: This binary is not linked with libxpg4 shared library by default. +If your LANG environment variable has a value but "C", the following +warning message may be displayed: + + Warning: locale not supported by C library, locale unchanged + +If you complain about this message, type `make install USE_XPG4=YES' +at the "${PORTSDIR}/editors/japanese" directory to re-make this package. + --- Porting by shige@FreeBSD.ORG |