ports/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
Thierry Thomas b993d1fa21 graphics/cloudcompare: unbreak and upgrade v2.11.3
Some plugins have been removed, some others could be added.
PDAL support is broken and has been disabled: to be investigated.
2022-02-12 10:53:15 +01:00

11 lines
373 B
C++

--- common/ccPluginManager.cpp.orig 2020-09-08 09:36:07 UTC
+++ common/ccPluginManager.cpp
@@ -273,7 +273,7 @@ void ccPluginManager::loadFromPathsAndAddToList()
"*.dylib"
#elif defined(Q_OS_WIN)
"*.dll"
-#elif defined(Q_OS_LINUX)
+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
"*.so"
#else
#error Need to specify the dynamic library extension for this OS.