Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-18 00:53:34 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-18 00:53:34 +0400
commit0aa9ab69ccafdeff231927ff66ca8e87d4de8143 (patch)
tree0f636ff5e16e104315691593125c0ca737412913 /extern/libmv/third_party/glog/src/utilities.h
parent9def83f7e0795f11201af96cb64b4fb192e721d4 (diff)
glog should now compile fine at FreeBSD 9 platform
Diffstat (limited to 'extern/libmv/third_party/glog/src/utilities.h')
-rw-r--r--extern/libmv/third_party/glog/src/utilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/third_party/glog/src/utilities.h b/extern/libmv/third_party/glog/src/utilities.h
index 5c841a0b90b..bbb0eb0746c 100644
--- a/extern/libmv/third_party/glog/src/utilities.h
+++ b/extern/libmv/third_party/glog/src/utilities.h
@@ -101,7 +101,7 @@
// correctly when GetStackTrace() is called with max_depth == 0.
// Some code may do that.
-#if __MINGW32__
+#if defined(__MINGW32__) || defined(__FreeBSD__)
# undef STACKTRACE_H
#elif defined(HAVE_LIB_UNWIND)
# define STACKTRACE_H "stacktrace_libunwind-inl.h"