summaryrefslogtreecommitdiff
path: root/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cloudcompare/files/patch-common_ccPluginManager.cpp')
-rw-r--r--graphics/cloudcompare/files/patch-common_ccPluginManager.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp b/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
deleted file mode 100644
index 79135abcf91b..000000000000
--- a/graphics/cloudcompare/files/patch-common_ccPluginManager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.