Upgrade to boost-1.57.0
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 7 Dec 2014 21:23:21 +0000 (16:23 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 01:26:31 +0000 (20:26 -0500)
config/packages-list
stage5/patches/common/boost_1_57_0-qt.patch [new file with mode: 0644]

index 3364128..be8772b 100644 (file)
@@ -202,7 +202,7 @@ LESSTIF="lesstif-0.95.2"
 LFS_BOOTSCRIPTS="lfs-bootscripts-20070813"
 LIBA52="a52dec-0.7.4"
 LIBART="libart_lgpl-2.3.21"
-BOOST="boost_1_51_0"
+BOOST="boost_1_57_0"
 LIBARCHIVE="libarchive-3.0.4"
 LIBCROCO="libcroco-0.6.6"
 LIBDVDCSS="libdvdcss-1.2.12"
diff --git a/stage5/patches/common/boost_1_57_0-qt.patch b/stage5/patches/common/boost_1_57_0-qt.patch
new file mode 100644 (file)
index 0000000..0267f36
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Naur boost_1_57_0.orig/boost/type_traits/detail/has_binary_operator.hpp boost_1_57_0.new/boost/type_traits/detail/has_binary_operator.hpp
+--- boost_1_57_0.orig/boost/type_traits/detail/has_binary_operator.hpp 2014-10-30 06:47:21.000000000 -0400
++++ boost_1_57_0.new/boost/type_traits/detail/has_binary_operator.hpp  2014-12-07 15:24:55.068271972 -0500
+@@ -1,3 +1,4 @@
++#ifndef Q_MOC_RUN
+ //  (C) Copyright 2009-2011 Frederic Bron, Robert Stewart, Steven Watanabe & Roman Perepelitsa.
+ //
+ //  Use, modification and distribution are subject to the Boost Software License,
+@@ -227,3 +228,4 @@
+ #endif
+ #include <boost/type_traits/detail/bool_trait_undef.hpp>
++#endif