#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_disable_rpath.dpatch by  <zhengpeng.hou@gmail.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: 

@DPATCH@

diff -Nru scim-qtimm-0.9.4.orig/configure scim-qtimm-0.9.4/configure
--- scim-qtimm-0.9.4.orig/configure     2005-08-16 23:30:35.000000000 +0000
+++ scim-qtimm-0.9.4/configure  2006-01-09 07:14:47.000000000 +0000
@@ -34444,7 +34444,7 @@
 else
   QTDIR_LOCAL=$QTDIR
 fi
-INPUTMETHODSDIR=$QTDIR_LOCAL/plugins/inputmethods
+INPUTMETHODSDIR=/usr/lib/qt3/plugins/inputmethods


 if test "$kde_qtver" = "3"; then


