mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
Some plugins have been removed, some others could be added. PDAL support is broken and has been disabled: to be investigated.
11 lines
373 B
C++
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.
|