[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61244] trunk/lib/darwin-9.x.universal/ openimageio: OSX/OIIO: fix for lib 1.3.9

jens verwiebe info at jensverwiebe.de
Tue Dec 3 16:59:26 CET 2013


Revision: 61244
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61244
Author:   jensverwiebe
Date:     2013-12-03 15:59:25 +0000 (Tue, 03 Dec 2013)
Log Message:
-----------
OSX/OIIO: fix for lib 1.3.9

Modified Paths:
--------------
    trunk/lib/darwin-9.x.universal/openimageio/build.sh
    trunk/lib/darwin-9.x.universal/openimageio/lib/libOpenImageIO.a

Modified: trunk/lib/darwin-9.x.universal/openimageio/build.sh
===================================================================
--- trunk/lib/darwin-9.x.universal/openimageio/build.sh	2013-12-03 12:03:23 UTC (rev 61243)
+++ trunk/lib/darwin-9.x.universal/openimageio/build.sh	2013-12-03 15:59:25 UTC (rev 61244)
@@ -32,7 +32,7 @@
  -DUSE_PYTHON=OFF \
  -DCMAKE_BUILD_TYPE=Release \
  -DOIIO_BUILD_TESTS=OFF \
- -DOIIO_BUILD_TOOLS=OFF
+ -DCMAKE_CXX_FLAGS="-stdlib=libstdc++"
 
 make -j8 install
 
@@ -68,7 +68,7 @@
  -DUSE_PYTHON=OFF \
  -DCMAKE_BUILD_TYPE=Release \
  -DOIIO_BUILD_TESTS=OFF \
- -DOIIO_BUILD_TOOLS=OFF
+ -DCMAKE_CXX_FLAGS="-stdlib=libstdc++"
 
 make -j8 install
 

Modified: trunk/lib/darwin-9.x.universal/openimageio/lib/libOpenImageIO.a
===================================================================
(Binary files differ)




More information about the Bf-blender-cvs mailing list