From 68d6601e8f93243347b58324ce3d4f02eb3a84a9 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 24 Sep 2005 22:25:03 +0000 Subject: add tcl (tool command language) and the tk (toolkit) extension --- packages/tcltk/files/.mtn2git_empty | 0 packages/tcltk/files/disable-xim.patch | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packages/tcltk/files/.mtn2git_empty create mode 100644 packages/tcltk/files/disable-xim.patch (limited to 'packages/tcltk/files') diff --git a/packages/tcltk/files/.mtn2git_empty b/packages/tcltk/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tcltk/files/disable-xim.patch b/packages/tcltk/files/disable-xim.patch new file mode 100644 index 0000000000..bc11d3bbe9 --- /dev/null +++ b/packages/tcltk/files/disable-xim.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- ../generic/tk.h~disable-xim ++++ ../generic/tk.h +@@ -109,9 +109,9 @@ + * Decide whether or not to use input methods. + */ + +-#ifdef XNQueryInputStyle +-#define TK_USE_INPUT_METHODS +-#endif ++//#ifdef XNQueryInputStyle ++#undef TK_USE_INPUT_METHODS ++//#endif + + /* + * Dummy types that are used by clients: -- cgit v1.2.3