$OpenBSD: patch-soprano_pluginmanager_cpp,v 1.1 2018/04/16 12:44:29 sthen Exp $

Index: soprano/pluginmanager.cpp
--- soprano/pluginmanager.cpp.orig
+++ soprano/pluginmanager.cpp
@@ -43,7 +43,7 @@ namespace {
         fileSearchPaths << file.fileName().section( '/', 0, -2 );
 #ifndef Q_OS_WIN
         // the lib folder in the same prefix
-        fileSearchPaths << file.fileName().section( "/", 0, -5, QString::SectionIncludeTrailingSep ) + QLatin1String( "lib"SOPRANO_LIB_SUFFIX );
+        fileSearchPaths << file.fileName().section( "/", 0, -5, QString::SectionIncludeTrailingSep ) + QLatin1String( "lib" SOPRANO_LIB_SUFFIX );
 #endif
         return Soprano::findLibraryPath( file.library(), fileSearchPaths, QStringList() << QLatin1String( "soprano" ) );
     }
