freebsd-ports/chinese/tcl83/files/patch-ac
Kevin Lo 06762bfda1 Chineselized Tcl ver. 8.3.0. This version is i18n improvement.
This changes the behavior of Tk on X where X Input Methods (XIM) were
recognized and used without question.
With 8.3, they will be recognized and initialized, but not used unless
XIM is turned on (tk useinputmethods 1).  This should only affect users
users with special input methods, and the new default behavior should
be more beneficial to the average user.

BTW, please repo copy, thanks.
2001-02-22 03:53:36 +00:00

15 lines
560 B
Text

--- configure.in.orig Thu Feb 10 11:09:57 2000
+++ configure.in Wed Feb 21 20:48:23 2001
@@ -37,6 +37,12 @@
SC_ENABLE_THREADS
+#------------------------------------------------------------------------
+# i18n improvement
+#------------------------------------------------------------------------
+
+SC_ENABLE_I18N_IMPROVE
+
#------------------------------------------------------------------------------
# If we're using GCC, see if the compiler understands -pipe. If so, use it.
# It makes compiling go faster. (This is only a performance feature.)