Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-plugins_classbrowser_documentclassesfolder.h,v 1.1 2014/11/14 22:43:59 markd Exp $
Work around: Parse error at "BOOST_JOIN"
--- plugins/classbrowser/documentclassesfolder.h.orig 2014-08-26 19:49:48.000000000 +0000
+++ plugins/classbrowser/documentclassesfolder.h
@@ -23,9 +23,11 @@
#define KDEVPLATFORM_PLUGIN_DOCUMENTCLASSESFOLDER_H
#include "classmodelnode.h"
+#ifndef Q_MOC_RUN
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
+#endif
namespace ClassModelNodes
{