diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch')
-rw-r--r-- | abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch b/abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch deleted file mode 100644 index 9f7e016..0000000 --- a/abs/extra-testing/boost/0001-date_time-gcc-4.3-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 88f7023cc36d82133cfa0e705531a9d73feb4686 Mon Sep 17 00:00:00 2001 -From: Tim Blechmann <tim@klingt.org> -Date: Sat, 2 Feb 2008 17:22:58 +0100 -Subject: [PATCH] date_time: gcc-4.3 fix - ---- - boost/date_time/tz_db_base.hpp | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/boost/date_time/tz_db_base.hpp b/boost/date_time/tz_db_base.hpp -index b9c0a8a..03f748e 100644 ---- a/boost/date_time/tz_db_base.hpp -+++ b/boost/date_time/tz_db_base.hpp -@@ -158,7 +158,7 @@ namespace boost { - 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<char_type> time_zone_names; -- typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets; -+ typedef boost::date_time::dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets; - typedef std::basic_string<char_type> string_type; - - //! Constructs an empty database --- -1.5.3.8 - |