summaryrefslogtreecommitdiff
path: root/extra/akonadi/boost153.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/akonadi/boost153.patch')
-rw-r--r--extra/akonadi/boost153.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/akonadi/boost153.patch b/extra/akonadi/boost153.patch
deleted file mode 100644
index 53ab4d91e..000000000
--- a/extra/akonadi/boost153.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Sergio Martins <iamsergio@gmail.com>
-Date: Tue, 28 May 2013 20:22:11 +0000
-Subject: Compile with boost-1.53
-X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=fe3f49cbd21a634c3257903a229b7d5357ee194a
----
-Compile with boost-1.53
-
-The bug isn't going to be fixed in Qt4, so we need the ifdef.
-
-CCMAIL: vkrause@kde.org
----
-
-
---- a/shared/akapplication.h
-+++ b/shared/akapplication.h
-@@ -23,7 +23,9 @@
- #include <QtCore/QObject>
-
- #ifndef _WIN32_WCE
--#include <boost/program_options.hpp>
-+# ifndef Q_MOC_RUN
-+# include <boost/program_options.hpp>
-+# endif
- #endif
-
- class QCoreApplication;
-