aboutsummaryrefslogtreecommitdiff
path: root/audio/clementine-player/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/clementine-player/files')
-rw-r--r--audio/clementine-player/files/patch-src_core_mergedproxymodel.h15
-rw-r--r--audio/clementine-player/files/patch-src_library_groupbydialog.h14
2 files changed, 29 insertions, 0 deletions
diff --git a/audio/clementine-player/files/patch-src_core_mergedproxymodel.h b/audio/clementine-player/files/patch-src_core_mergedproxymodel.h
new file mode 100644
index 000000000000..94996d1ef6d0
--- /dev/null
+++ b/audio/clementine-player/files/patch-src_core_mergedproxymodel.h
@@ -0,0 +1,15 @@
+--- src/core/mergedproxymodel.h.orig 2014-04-23 10:16:44 UTC
++++ src/core/mergedproxymodel.h
+@@ -25,10 +25,12 @@
+ using std::placeholders::_1;
+ using std::placeholders::_2;
+
++#ifndef Q_MOC_RUN
+ #include <boost/multi_index_container.hpp>
+ #include <boost/multi_index/member.hpp>
+ #include <boost/multi_index/ordered_index.hpp>
+ #include <boost/multi_index/hashed_index.hpp>
++#endif
+
+ using boost::multi_index::multi_index_container;
+ using boost::multi_index::indexed_by;
diff --git a/audio/clementine-player/files/patch-src_library_groupbydialog.h b/audio/clementine-player/files/patch-src_library_groupbydialog.h
new file mode 100644
index 000000000000..3a9ce9c68bfe
--- /dev/null
+++ b/audio/clementine-player/files/patch-src_library_groupbydialog.h
@@ -0,0 +1,14 @@
+--- src/library/groupbydialog.h.orig 2014-04-23 10:16:44 UTC
++++ src/library/groupbydialog.h
+@@ -25,9 +25,11 @@
+ using std::placeholders::_1;
+ using std::placeholders::_2;
+
++#ifndef Q_MOC_RUN
+ #include <boost/multi_index_container.hpp>
+ #include <boost/multi_index/member.hpp>
+ #include <boost/multi_index/ordered_index.hpp>
++#endif
+
+ #include "librarymodel.h"
+