summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/patches/patch-ao')
-rw-r--r--x11/kdelibs3/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-ao b/x11/kdelibs3/patches/patch-ao
new file mode 100644
index 00000000000..31c8f5ae515
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.7 2005/12/11 10:53:54 markd Exp $
+
+--- kinit/kdostartupconfig.cpp.orig 2005-12-01 20:46:26.000000000 +1300
++++ kinit/kdostartupconfig.cpp
+@@ -131,7 +131,7 @@ int main()
+ it != dirs.end();
+ ++it )
+ {
+- QString cfg = *it + "share/config/" + file;
++ QString cfg = *it + "share/kde/config/" + file;
+ if( KStandardDirs::exists( cfg ))
+ startupconfigfiles << cfg << "\n";
+ else