-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
tags 468061 patch
quit
> I added one patch to fix the FTBFS with GCC 4.3:
> libboost-date-time-dev: Breaks compilation of deluge-torrent with
> g++-4.3, because it breaks to the k3d program too. I'm doing a patch
> to the k3d too.
Sorry. I'm some tired. The patch was reversed :P
I send the good patch. Is obvious the change but I like the send the
patch correctly.
Regards.
- --
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iD8DBQFH4s1Fzur584O2RlYRAlO+AJ9aq5cMJpiJ9FBVYGYpG0NF32iYwQCdFjol
BorcaiqptuVojmsWAZF2vlY=
=zRIs
-----END PGP SIGNATURE-----
diff -Nru boost-1.34.1.orig/boost/date_time/date_facet.hpp boost-1.34.1/boost/date_time/date_facet.hpp
--- boost-1.34.1.orig/boost/date_time/date_facet.hpp 2005-09-05 16:10:50.000000000 -0500
+++ boost-1.34.1/boost/date_time/date_facet.hpp 2008-03-20 14:23:23.801338060 -0600
@@ -429,7 +429,7 @@
typedef std::basic_string<CharT> string_type;
typedef CharT char_type;
typedef boost::date_time::period_parser<date_type, CharT> period_parser_type;
- typedef special_values_parser<date_type,CharT> special_values_parser_type;
+ typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type;
typedef std::vector<std::basic_string<CharT> > input_collection_type;
typedef format_date_parser<date_type, CharT> format_date_parser_type;
// date_generators stuff goes here