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>2014-01-09 14:03:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-09 14:03:02 +0400
commit2d8545f87e554210f2d7446a20742b4cc4701b4e (patch)
tree61cc0f9bc4465b36ed1067ed154c201a0bcd0f96 /extern/libmv/ChangeLog
parent1ea5c2a8e3518cf736e90394a1c10c1b31816f11 (diff)
Fix compilation error on NetBSD
Original patch is by Jeorg Sonnenberger, thanks!
Diffstat (limited to 'extern/libmv/ChangeLog')
-rw-r--r--extern/libmv/ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/extern/libmv/ChangeLog b/extern/libmv/ChangeLog
index 66688c347aa..c34ea066172 100644
--- a/extern/libmv/ChangeLog
+++ b/extern/libmv/ChangeLog
@@ -1,3 +1,14 @@
+commit 0a69fadadc5aacbd339f839ac5bd12c3571278b1
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Jan 9 15:50:11 2014 +0600
+
+ Fix compilation error on NetBSD
+
+ - NetBSD doesn't provide sincos(3) in libm, so don't try to use it
+ - Use posix_memalign on NetBSD
+
+ Original patch is by Jeorg Sonnenberger to Blender patch tracker, thanks!
+
commit b0df3e291e6c85f791658be04334efafc41989f5
Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Thu Jan 2 15:12:18 2014 +0600
@@ -674,13 +685,3 @@ Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Thu Apr 4 02:59:58 2013 +0600
Suppress strict compiler warnings in glags/glog libraries
-
-commit 307f3449c3dc47ed0082a22c88f9ab42114c2a0f
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Thu Apr 4 01:20:18 2013 +0600
-
- Lint cleanup, mostly white space and line width.
-
- Also moved own includes to the top of files.
-
- Should be no functional changes :)