]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/boost/patches/boost-1.41.0-mapnik.patch
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / boost / patches / boost-1.41.0-mapnik.patch
1 diff -up /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp\~ /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp
2 --- a/boost/iostreams/device/mapped_file.hpp~ 2009-12-17 20:51:56.000000000 +0100
3 +++ b/boost/iostreams/device/mapped_file.hpp 2010-01-25 10:33:43.000000000 +0100
4 @@ -4,6 +4,9 @@
5 // Distributed under the Boost Software License, Version 1.0. (See accompanying
6 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
7
8 +#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
9 +#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
10 +
11 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
12 # pragma once
13 #endif
14 @@ -591,3 +594,5 @@ operator^=(mapped_file::mapmode& a, mapp
15 } } // End namespaces iostreams, boost.
16
17 #include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
18 +
19 +#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
20
21 Diff finished. Mon Jan 25 10:33:55 2010