-----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.

Also,  do you wish a NMU package if you have lack time?

I need this package patched because I will do the NMU for k3d too ;)

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

iD8DBQFH4sh6zur584O2RlYRAkljAJ9Yua7JLdc0E/Z1ONBKOtmgTpGAlACfWUqM
wiG/qOu+r0HRFGIsGDfwojU=
=h7zg
-----END PGP SIGNATURE-----
diff -Nru boost-1.34.1/boost/date_time/date_facet.hpp boost-1.34.1.orig/boost/date_time/date_facet.hpp
--- boost-1.34.1/boost/date_time/date_facet.hpp	2008-03-20 14:23:23.801338060 -0600
+++ boost-1.34.1.orig/boost/date_time/date_facet.hpp	2005-09-05 16:10:50.000000000 -0500
@@ -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 boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type; 
+    typedef 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

Reply via email to