[packages/povray] boost::TIME_UTC has been renamed to boost::TIME_UTC_

baggins baggins at pld-linux.org
Wed Jul 11 12:09:32 CEST 2012


commit 39e317896a949b53b34981f883b75d08c53d48df
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jul 11 12:09:00 2012 +0200

    boost::TIME_UTC has been renamed to boost::TIME_UTC_

 boost-1.50.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/boost-1.50.patch b/boost-1.50.patch
index 5117496..d4bdc90 100644
--- a/boost-1.50.patch
+++ b/boost-1.50.patch
@@ -33,3 +33,14 @@
                    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.


More information about the pld-cvs-commit mailing list