Index: head/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp =================================================================== --- head/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp (nonexistent) +++ head/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp (revision 466795) @@ -0,0 +1,11 @@ +--- kerfuffle/pluginmanager.cpp.orig 2018-03-03 22:55:29 UTC ++++ kerfuffle/pluginmanager.cpp +@@ -258,7 +258,7 @@ QStringList PluginManager::sortByComment + bool PluginManager::libarchiveHasLzo() + { + // Step 1: look for the libarchive plugin, which is built against libarchive. +- const QString pluginPath = []() { ++ const QString pluginPath = []() -> const QString { + foreach (const QString &path, QCoreApplication::libraryPaths()) { + const QString pluginPath = QStringLiteral("%1/kerfuffle/kerfuffle_libarchive.so").arg(path); + if (QFileInfo::exists(pluginPath)) { Property changes on: head/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property