diff options
Diffstat (limited to 'graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPlatform.h')
-rw-r--r-- | graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPlatform.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPlatform.h b/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPlatform.h new file mode 100644 index 000000000000..67f060de1aab --- /dev/null +++ b/graphics/opencollada/files/patch-COLLADABaseUtils_include_COLLADABUPlatform.h @@ -0,0 +1,11 @@ +--- COLLADABaseUtils/include/COLLADABUPlatform.h.orig 2013-11-16 10:53:05.000000000 +0100 ++++ COLLADABaseUtils/include/COLLADABUPlatform.h 2013-11-16 10:53:21.000000000 +0100 +@@ -23,7 +23,7 @@ + # define COLLADABU_OS_WIN64 + #elif (defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)) + # define COLLADABU_OS_WIN32 +-#elif defined(__linux__) || defined(__linux) ++#elif defined(__linux__) || defined(__linux) || defined(__FreeBSD__) + # define COLLADABU_OS_LINUX + #endif + |