[kde-freebsd] [Bug 207600] databases/akonadi: fix build with boost 1.60 on 9.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 14 16:01:47 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207600

Don Lewis <truckman at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |truckman at FreeBSD.org

--- Comment #2 from Don Lewis <truckman at FreeBSD.org> ---
I'm able to get akonadi to build by adding this patch to boost:

--- boost/config/compiler/clang.hpp.orig        2015-12-08 18:55:19 UTC
+++ boost/config/compiler/clang.hpp
@@ -167,7 +167,7 @@
 #  define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
 #endif

-#if !__has_feature(cxx_rvalue_references)
+#if !__has_feature(cxx_rvalue_references) || (defined(__GLIBCXX__) &&
__GLIBCXX__ < 20080606)
 #  define BOOST_NO_CXX11_RVALUE_REFERENCES
 #endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list