Author: rthomsen Date: Mon May 13 09:58:14 2013 New Revision: 2647 Log: new kdepim-4.10.3 patch
Added: trunk/kdepim/kdepim-4.10.3-boost_fix-2.patch Added: trunk/kdepim/kdepim-4.10.3-boost_fix-2.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/kdepim/kdepim-4.10.3-boost_fix-2.patch Mon May 13 09:58:14 2013 (r2647) @@ -0,0 +1,20 @@ +Submitted By: Ragnar Thomsen <rthomsen_at_linuxfromscratch_dot_org> +Date: 2013-05-13 +Initial Package Version: 4.10.3 +Upstream Status: Not submitted +Origin: Ragnar Thomsen +Description: Fixes building with recent boost versions. See https://bugreports.qt-project.org/browse/QTBUG-22829 + +diff -Naur a/messagecore/tests/util.h b/messagecore/tests/util.h +--- a/messagecore/tests/util.h 2013-03-01 07:57:28.335636202 +0100 ++++ b/messagecore/tests/util.h 2013-03-05 21:17:29.183167542 +0100 +@@ -23,7 +23,9 @@ + + #include <gpgme++/key.h> + #include <messageviewer/objecttreeemptysource.h> ++#ifndef Q_MOC_RUN + #include <boost/graph/graph_concepts.hpp> ++#endif + + namespace MessageCore { + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
