From: Hugo Villeneuve Date: Sun, 7 Dec 2014 21:23:21 +0000 (-0500) Subject: Upgrade to boost-1.57.0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=fdfe3465d577792d614b8ceae56c5a30e9e20481;p=hvlinux.git Upgrade to boost-1.57.0 --- diff --git a/config/packages-list b/config/packages-list index 3364128..be8772b 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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 index 0000000..0267f36 --- /dev/null +++ b/stage5/patches/common/boost_1_57_0-qt.patch @@ -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 ++#endif