diff options
Diffstat (limited to 'extra/gcin/qt4.patch')
-rw-r--r-- | extra/gcin/qt4.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/gcin/qt4.patch b/extra/gcin/qt4.patch new file mode 100644 index 000000000..0f3e7876f --- /dev/null +++ b/extra/gcin/qt4.patch @@ -0,0 +1,10 @@ +diff -Naur old/qt4-im/Makefile new/qt4-im/Makefile +--- old/qt4-im/Makefile 2011-12-19 14:52:46.000000000 +1100 ++++ new/qt4-im/Makefile 2012-03-05 09:22:46.732614803 +1100 +@@ -1,5 +1,5 @@ + include ../config.mak +-QT=qt4 ++QT=qt + QTIM=$(QT)/plugins/inputmethods + IMMODULES=$(libdir)/$(QTIM) + |