summaryrefslogtreecommitdiff
path: root/inputmethod/kimera-tomoe-gtk/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-20 07:48:09 +0000
committerobache <obache@pkgsrc.org>2010-05-20 07:48:09 +0000
commit5892421168e435c0f7975bed3bb0e8aa91607c17 (patch)
treede5788dd7199e3db6b1ea0f1bafd86a6f9e7ad36 /inputmethod/kimera-tomoe-gtk/patches
parentb63502036fb41419a052dc77b01add3745658b20 (diff)
downloadpkgsrc-5892421168e435c0f7975bed3bb0e8aa91607c17.tar.gz
Import kimera-tomoe-gtk-0.5 as inputmethod/kimera-tomoe-gtk.
kimera-tomoe-gtk is an Kimera helper program for Tomoe.
Diffstat (limited to 'inputmethod/kimera-tomoe-gtk/patches')
-rw-r--r--inputmethod/kimera-tomoe-gtk/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/inputmethod/kimera-tomoe-gtk/patches/patch-aa b/inputmethod/kimera-tomoe-gtk/patches/patch-aa
new file mode 100644
index 00000000000..6155ee04b22
--- /dev/null
+++ b/inputmethod/kimera-tomoe-gtk/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/20 07:48:09 obache Exp $
+
+locale.h is required for setlocale(3) and LC_ALL.
+
+--- src/kimera-tomoe-gtk.c.orig 2007-04-08 15:05:33.000000000 +0000
++++ src/kimera-tomoe-gtk.c
+@@ -25,6 +25,9 @@
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif /* HAVE_CONFIG_H */
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
+ #include <gtk/gtk.h>
+ #include <tomoe-gtk.h>
+ #include "intl.h"