diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-03-10 15:22:46 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2019-03-10 15:22:46 +0000 |
commit | ea6345c79b58b2ced2f5879e7e75b170a8efb822 (patch) | |
tree | f503c66c7cf80122f3b6cf8196ae23df75a90c98 /archivers | |
parent | 904132160d6e45b75ccf7c3ae9d70e20daafdcf0 (diff) | |
download | ports-ea6345c79b58b2ced2f5879e7e75b170a8efb822.tar.gz ports-ea6345c79b58b2ced2f5879e7e75b170a8efb822.zip |
Remove patch that was only supposed to fix the build on FreeBSD <= 10.3.
Notes
Notes:
svn path=/head/; revision=495295
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ark/files/patch-kerfuffle_pluginmanager.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp b/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp deleted file mode 100644 index 995b135b3d60..000000000000 --- a/archivers/ark/files/patch-kerfuffle_pluginmanager.cpp +++ /dev/null @@ -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)) { |