summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/clementine/files/clementine-1.2.2-gcc49.patch')
-rw-r--r--media-sound/clementine/files/clementine-1.2.2-gcc49.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/media-sound/clementine/files/clementine-1.2.2-gcc49.patch b/media-sound/clementine/files/clementine-1.2.2-gcc49.patch
deleted file mode 100644
index 119298787a55..000000000000
--- a/media-sound/clementine/files/clementine-1.2.2-gcc49.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-In file included from ../../Clementine-1.2.2/src/core/mergedproxymodel.cpp:18:0:
-../../Clementine-1.2.2/src/core/mergedproxymodel.h:23:12: error: 'std::placeholders' has not been declared
- using std::placeholders::_1;
-../../Clementine-1.2.2/src/core/mergedproxymodel.h:24:12: error: 'std::placeholders' has not been declared
- using std::placeholders::_2;
-
-
---- a/src/core/mergedproxymodel.h
-+++ b/src/core/mergedproxymodel.h
-@@ -19,6 +19,7 @@
- #define MERGEDPROXYMODEL_H
-
- #include <QAbstractProxyModel>
-+#include <functional>
-
- using std::placeholders::_1;
- using std::placeholders::_2;