]> git.pld-linux.org Git - packages/povray.git/commitdiff
boost::TIME_UTC has been renamed to boost::TIME_UTC_ auto/th/povray-3.7.0-0.RC6.1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 10:09:00 +0000 (12:09 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 10:09:00 +0000 (12:09 +0200)
boost-1.50.patch

index 5117496c3bfe14619ee71fca37a4876a6fb3b535..d4bdc9008252ff96433602a19e846c4a1f0956dc 100644 (file)
                    done
  
              fi
+--- povray-3.7.0.RC6/source/backend/scene/view.cpp~    2012-06-10 13:53:44.000000000 +0200
++++ povray-3.7.0.RC6/source/backend/scene/view.cpp     2012-07-11 12:01:21.696526975 +0200
+@@ -1550,7 +1550,7 @@
+       }
+       boost::xtime t;
+-      boost::xtime_get (&t, boost::TIME_UTC);
++      boost::xtime_get (&t, boost::TIME_UTC_);
+       t.sec += 3;
+       // this will cause us to wait until the other threads are done.
This page took 0.233437 seconds and 4 git commands to generate.