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
path: root/extern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-30 21:48:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2015-12-30 21:52:25 +0300
commitd9bb4a200c6e41baaa399993e27944f40c14bca3 (patch)
tree2ef2678804db64ec3f604224781083eb553f550a /extern
parentcf2005d942ec7fd6dfffa96aaf74790ab7c5ee0c (diff)
Fix OS X (with 10.11 SDK) glog build errors due to using deprecated code.
Some values are now restored to the ones from before the upgrade today.
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/third_party/glog/src/config_mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/libmv/third_party/glog/src/config_mac.h b/extern/libmv/third_party/glog/src/config_mac.h
index afa4262b022..4f008b5f67c 100644
--- a/extern/libmv/third_party/glog/src/config_mac.h
+++ b/extern/libmv/third_party/glog/src/config_mac.h
@@ -86,7 +86,7 @@
#define HAVE_STRING_H
/* Define to 1 if you have the <syscall.h> header file. */
-#define HAVE_SYSCALL_H
+/* #undef HAVE_SYSCALL_H */
/* Define to 1 if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H
@@ -104,13 +104,13 @@
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/ucontext.h> header file. */
-/* #undef HAVE_SYS_UCONTEXT_H */
+#define HAVE_SYS_UCONTEXT_H 1
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H
/* Define to 1 if you have the <ucontext.h> header file. */
-#define HAVE_UCONTEXT_H
+/* #undef HAVE_UCONTEXT_H */
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1