summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-cc')
-rw-r--r--x11/kdelibs3/patches/patch-cc40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11/kdelibs3/patches/patch-cc b/x11/kdelibs3/patches/patch-cc
deleted file mode 100644
index 77ddc6ea91b..00000000000
--- a/x11/kdelibs3/patches/patch-cc
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-cc,v 1.7 2005/05/31 14:13:24 markd Exp $
-
---- kdeui/ksconfig.cpp.orig 2005-05-24 00:17:17.000000000 +1200
-+++ kdeui/ksconfig.cpp
-@@ -429,6 +429,8 @@ void KSpellConfig::getAvailDictsIspell (
- // dictionary path
- QFileInfo dir ("/usr/lib/ispell");
- if (!dir.exists() || !dir.isDir())
-+ dir.setFile ("@LOCALBASE@/lib");
-+ if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/lib/ispell");
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/share/ispell");
-@@ -498,6 +500,8 @@ void KSpellConfig::getAvailDictsAspell (
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/lib/aspell-0.60");
- if (!dir.exists() || !dir.isDir())
-+ dir.setFile ("@LOCALBASE@/lib");
-+ if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/lib/aspell");
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/share/aspell");
-@@ -579,6 +583,8 @@ KSpellConfig::fillDicts( QComboBox* box,
- // dictionary path
- QFileInfo dir ("/usr/lib/ispell");
- if (!dir.exists() || !dir.isDir())
-+ dir.setFile ("@LOCALBASE@/lib");
-+ if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/lib/ispell");
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/share/ispell");
-@@ -649,6 +655,8 @@ KSpellConfig::fillDicts( QComboBox* box,
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/lib/aspell-0.60");
- if (!dir.exists() || !dir.isDir())
-+ dir.setFile ("@LOCALBASE@/lib");
-+ if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/local/lib/aspell");
- if (!dir.exists() || !dir.isDir())
- dir.setFile ("/usr/share/aspell");