1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove patch that was only supposed to fix the build on FreeBSD <= 10.3.

This commit is contained in:
Raphael Kubo da Costa 2019-03-10 15:22:46 +00:00
parent 904132160d
commit ea6345c79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495295

View File

@ -1,11 +0,0 @@
--- 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)) {