File povray-3.6.9.7-TIME_UTC_.patch of Package povray

--- vfe/unix/platformbase.cpp.orig	2013-07-13 14:02:20.743136000 +0100
+++ vfe/unix/platformbase.cpp	2013-07-13 14:02:40.028136000 +0100
@@ -126,7 +126,7 @@ namespace pov_base
 #else
 		// taken from source/base/timer.cpp
 		boost::xtime t;
-		boost::xtime_get(&t, boost::TIME_UTC);
+		boost::xtime_get(&t, boost::TIME_UTC_);
 		POV_ULONG ns = (POV_ULONG)(t.sec) * (POV_ULONG)(1000000000) + (POV_ULONG)(t.nsec) + (POV_ULONG)(msec) * (POV_ULONG)(1000000);
 		t.sec = (boost::xtime::xtime_sec_t)(ns / (POV_ULONG)(1000000000));
 		t.nsec = (boost::xtime::xtime_nsec_t)(ns % (POV_ULONG)(1000000000));
openSUSE Build Service is sponsored by