openbsd-ports/x11/kde4/libs/patches/patch-kinit_klauncher_cpp
2013-04-24 19:45:29 +00:00

14 lines
678 B
Plaintext

$OpenBSD: patch-kinit_klauncher_cpp,v 1.1 2013/04/24 19:45:29 zhuk Exp $
Allow libexec item to be found.
--- kinit/klauncher.cpp.orig Sun Aug 12 16:21:29 2012
+++ kinit/klauncher.cpp Sun Aug 12 16:22:06 2012
@@ -1170,7 +1170,7 @@ KLauncher::requestSlave(const QString &protocol,
#ifndef USE_KPROCESS_FOR_KIOSLAVES // otherwise we've already done this
KLibrary lib(name, KGlobal::mainComponent());
arg_list.prepend(lib.fileName());
- arg_list.prepend(KStandardDirs::locate("exe", QString::fromLatin1("kioslave")));
+ arg_list.prepend(KStandardDirs::findExe(QString::fromLatin1("kioslave")));
#endif
name = QString::fromLatin1("valgrind");