]> git.pld-linux.org Git - packages/browser-plugin-esteid.git/blob - boost-1.50.patch
- updated gettext BR
[packages/browser-plugin-esteid.git] / boost-1.50.patch
1 --- browser-plugin-esteid-1.3.3/projects/esteid-browser-plugin-1.3.3/PluginSettings.cpp.orig    2011-07-01 12:10:06.000000000 +0200
2 +++ browser-plugin-esteid-1.3.3/projects/esteid-browser-plugin-1.3.3/PluginSettings.cpp 2012-07-12 20:00:41.041515263 +0200
3 @@ -23,10 +23,10 @@
4  #include <stdlib.h>
5  #endif
6  
7 -#define BOOST_FILESYSTEM_VERSION 2
8  #include <fstream>
9  #include <boost/filesystem/path.hpp>
10  #include <boost/filesystem/fstream.hpp>
11 +#include <boost/filesystem/operations.hpp>
12  #include <boost/foreach.hpp>
13  #include <boost/property_tree/ptree.hpp>
14  #include <boost/property_tree/xml_parser.hpp>
15 @@ -62,7 +62,7 @@
16  #ifdef _WIN32
17      return path(getenv("APPDATA"), native);
18  #else // UNIX
19 -    path home(getenv("HOME"), native);
20 +    path home(getenv("HOME"));
21  # ifdef __APPLE__
22      return home / "Library/Application Support";
23  # else
This page took 0.061866 seconds and 3 git commands to generate.