From 83f4b5395c7888a8c60b23b2acf969691328794e Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 16 Mar 2013 08:44:55 +0000 Subject: [PATCH] Better comment explaining the purpose of the workaround. ok espie@ --- x11/qt4/patches/patch-src_tools_moc_main_cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x11/qt4/patches/patch-src_tools_moc_main_cpp b/x11/qt4/patches/patch-src_tools_moc_main_cpp index 46e8c4b02fd..2f363b45122 100644 --- a/x11/qt4/patches/patch-src_tools_moc_main_cpp +++ b/x11/qt4/patches/patch-src_tools_moc_main_cpp @@ -1,6 +1,11 @@ -$OpenBSD: patch-src_tools_moc_main_cpp,v 1.1 2013/03/15 17:01:31 landry Exp $ +$OpenBSD: patch-src_tools_moc_main_cpp,v 1.2 2013/03/16 08:44:55 brad Exp $ + +Workaround moc's inability to properly parse C++ macros within +some of Boost's headers. This issue may come up again with other +headers from Boost requiring additional entries to be added. The +C++ parser from Qt5's moc has been fixed. + https://bugreports.qt-project.org/browse/QTBUG-22829 -Fix for the BOOST_JOIN parse error in games/pokerth & cad/openscad + other places... --- src/tools/moc/main.cpp.orig Wed Mar 13 11:20:37 2013 +++ src/tools/moc/main.cpp Wed Mar 13 11:22:12 2013