freebsd-ports/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
Steve Wills 4d052662da graphics/cloudcompare: update to 2.10
PR:		234750
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2019-01-09 12:40:05 +00: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.