mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Remove patch that was only supposed to fix the build on FreeBSD <= 10.3.
This commit is contained in:
parent
904132160d
commit
ea6345c79b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495295
@ -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)) {
|
Loading…
Reference in New Issue
Block a user