From: Jakub Bogusz Date: Thu, 19 Feb 2009 16:25:32 +0000 (+0000) Subject: - outdated X-Git-Tag: auto/th/boost-1_38_0-1~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=4ce2961666dce6da1adb48025ef3c9363bc681b1;p=packages%2Fboost.git - outdated Changed files: boost-gcc43.patch -> 1.2 --- diff --git a/boost-gcc43.patch b/boost-gcc43.patch deleted file mode 100644 index 466fead..0000000 --- a/boost-gcc43.patch +++ /dev/null @@ -1,21 +0,0 @@ -fix build with gcc-4.3: - -In file included from /usr/include/boost/date_time/local_time/tz_database.hpp:15, - from /usr/include/boost/date_time/local_time/local_time.hpp:20, - from /usr/include/boost/date_time.hpp:16, - from src/core/common/loghelper_server.cpp:33: -/usr/include/boost/date_time/tz_db_base.hpp:161: error: declaration of ‘typedef class boost::date_time::dst_adjustment_offsets boost::date_time::tz_db_base::dst_adjustment_offsets’ -/usr/include/boost/date_time/time_zone_base.hpp:76: error: changes meaning of ‘dst_adjustment_offsets’ from ‘class boost::date_time::dst_adjustment_offsets’ - - ---- boost_1_37_0/boost/date_time/tz_db_base.hpp~ 2008-02-27 21:00:24.000000000 +0100 -+++ boost_1_37_0/boost/date_time/tz_db_base.hpp 2008-12-26 19:13:40.601581002 +0100 -@@ -158,7 +158,7 @@ - typedef typename time_zone_type::base_type time_zone_base_type; - typedef typename time_zone_type::time_duration_type time_duration_type; - typedef time_zone_names_base time_zone_names; -- typedef dst_adjustment_offsets dst_adjustment_offsets; -+ typedef boost::date_time::dst_adjustment_offsets dst_adjustment_offsets; - typedef std::basic_string string_type; - - //! Constructs an empty database