File fix-aspell-path.diff of Package kdelibs3

--- kdeui/ksconfig.cpp
+++ kdeui/ksconfig.cpp
@@ -649,6 +649,10 @@
       if (!dir.exists() || !dir.isDir())
         dir.setFile ("/usr/lib/aspell-0.60");
       if (!dir.exists() || !dir.isDir())
+        dir.setFile ("/usr/lib64/aspell-0.60");
+      if (!dir.exists() || !dir.isDir())
+        dir.setFile ("/usr/lib/aspell-0.60");
+      else if (!dir.exists() || !dir.isDir())
         dir.setFile ("/usr/local/lib/aspell");
       if (!dir.exists() || !dir.isDir())
         dir.setFile ("/usr/share/aspell");
openSUSE Build Service is sponsored by