diff options
Diffstat (limited to 'app-i18n/uim/files/uim-1.6.0-gettext.patch')
-rw-r--r-- | app-i18n/uim/files/uim-1.6.0-gettext.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-i18n/uim/files/uim-1.6.0-gettext.patch b/app-i18n/uim/files/uim-1.6.0-gettext.patch deleted file mode 100644 index aa3a056cec61..000000000000 --- a/app-i18n/uim/files/uim-1.6.0-gettext.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: qt4/qtgettext.h -=================================================================== ---- qt4/qtgettext.h (revision 6847) -+++ qt4/qtgettext.h (revision 6848) -@@ -61,6 +61,11 @@ - #else /* ENABLE_NLS */ - - #define mygettext(String) QString::fromLocal8Bit(String) -+/* undef original _(String) macro to use QString */ -+#ifdef _ -+#undef _ -+#endif -+#define _(String) mygettext(String) - #define UIC_(String, dummy) (String) - #endif /* ENABLE_NLS */ - |