From 2c01afc831996efed05a7d50c872b346406b74f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Tue, 9 Jul 2013 13:08:17 +0200 Subject: main/boost: fix build --- main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch') diff --git a/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch b/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch index e48936fe61..e3e22ec4df 100644 --- a/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch +++ b/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch @@ -1,7 +1,7 @@ -Index: boost/lexical_cast.hpp +Index: a/boost/lexical_cast.hpp =================================================================== ---- boost/lexical_cast.hpp (revision 84136) -+++ boost/lexical_cast.hpp (revision 84965) +--- a/boost/lexical_cast.hpp (revision 84136) ++++ b/boost/lexical_cast.hpp (revision 84965) @@ -70,8 +70,8 @@ #endif @@ -13,10 +13,10 @@ Index: boost/lexical_cast.hpp - namespace boost -Index: libs/conversion/test/lexical_cast_integral_types_test.cpp +Index: a/libs/conversion/test/lexical_cast_integral_types_test.cpp =================================================================== ---- libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 83717) -+++ libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 84965) +--- a/libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 83717) ++++ b/libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 84965) @@ -49,5 +49,5 @@ #endif -- cgit v1.2.3