summaryrefslogtreecommitdiff
path: root/science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp')
-rw-r--r--science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp b/science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp
new file mode 100644
index 000000000000..11fe4e6d064d
--- /dev/null
+++ b/science/orthanc/files/patch-Plugins_Engine_PluginsManager.cpp
@@ -0,0 +1,11 @@
+--- Plugins/Engine/PluginsManager.cpp.orig 2015-02-12 13:47:38 UTC
++++ Plugins/Engine/PluginsManager.cpp
+@@ -42,7 +42,7 @@
+
+ #ifdef WIN32
+ #define PLUGIN_EXTENSION ".dll"
+-#elif defined(__linux) || defined(__FreeBSD_kernel__)
++#elif defined(__linux) || defined(__FreeBSD_kernel__) || defined(__FreeBSD__)
+ #define PLUGIN_EXTENSION ".so"
+ #elif defined(__APPLE__) && defined(__MACH__)
+ #define PLUGIN_EXTENSION ".dylib"