The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 157060406355548fc38bd312e8607a530f032cd3
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Feb 15 18:58:30 2013 +0100

    Work around annoying boost-related compiler warning

diff --git a/boost/boost/config/stdlib/libstdcpp3.hpp 
b/boost/boost/config/stdlib/libstdcpp3.hpp
index 815d605..262ada0 100644
--- a/boost/boost/config/stdlib/libstdcpp3.hpp
+++ b/boost/boost/config/stdlib/libstdcpp3.hpp
@@ -39,7 +39,9 @@
       //
 #     define BOOST_HAS_THREADS
 #  else
-#     define BOOST_DISABLE_THREADS
+#    ifndef BOOST_DISABLE_THREADS
+#      define BOOST_DISABLE_THREADS
+#    endif
 #  endif
 #elif defined(__GLIBCPP__) \
         && !defined(_GLIBCPP_HAVE_GTHR_DEFAULT) \
diff --git a/status.20x b/status.20x
index 6a7489c..6a2bd00 100644
--- a/status.20x
+++ b/status.20x
@@ -181,3 +181,6 @@ What's new
 * BUILD/INSTALLATION
 
 - Fix building with system boost on FreeBSD.
+
+- Avoid annoying warnings with newer gcc versions.
+

-----------------------------------------------------------------------

Summary of changes:
 boost/boost/config/stdlib/libstdcpp3.hpp |    4 +++-
 status.20x                               |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to