opnsense-ports/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
Franco Fichtner e7da8b8e57 */*: sync with upstream
Taken from: HardenedBSD
2019-01-10 19:10:05 +01:00

11 lines
371 B
C++

--- common/ccPluginManager.cpp.orig 2019-01-06 17:02:13.000000000 -0500
+++ common/ccPluginManager.cpp 2019-01-07 14:12:33.433157000 -0500
@@ -177,7 +177,7 @@
"*.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.