diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-07-09 13:08:17 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-07-09 13:08:17 +0200 |
commit | 2c01afc831996efed05a7d50c872b346406b74f7 (patch) | |
tree | 9f2eb79283c212f18b513ed7297b1078922c725d /main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch | |
parent | 3d386e510768bc834e60f78525f1dd4950a0ce70 (diff) | |
download | aports-2c01afc831996efed05a7d50c872b346406b74f7.tar.bz2 aports-2c01afc831996efed05a7d50c872b346406b74f7.tar.xz |
main/boost: fix build
Diffstat (limited to 'main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch')
-rw-r--r-- | main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch | 12 |
1 files changed, 6 insertions, 6 deletions
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
|