aboutsummaryrefslogtreecommitdiff
path: root/mail/trojita
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-21 15:08:17 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-21 15:08:17 +0000
commitd24a5155dd0264457681a8174fb9af06bf006f0c (patch)
treebe579cbe4bb6f7333bad77b74023bc42008658a5 /mail/trojita
parent33bb26e7dc4ba87a5a290e127663f0f32904e12c (diff)
Add upstream patch to fix the build with the upcoming Qt 5.5.1.
Notes
Notes: svn path=/head/; revision=406859
Diffstat (limited to 'mail/trojita')
-rw-r--r--mail/trojita/files/patch-git_8a2496c230
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/trojita/files/patch-git_8a2496c2 b/mail/trojita/files/patch-git_8a2496c2
new file mode 100644
index 000000000000..6c54fb3f0dbc
--- /dev/null
+++ b/mail/trojita/files/patch-git_8a2496c2
@@ -0,0 +1,30 @@
+commit 8a2496c273f2b0034f0edcc525e4987938a86c50
+Author: Jan Kundrát <jkt@kde.org>
+Date: Tue Mar 10 14:41:20 2015 +0100
+
+ Fix build with (unreleased) Qt 5.5
+
+ It is our fault for not including the headers we need, of course.
+
+ Change-Id: Ibaa1df4a8b763bf6ae611c85cbdeeac5d2e3f9fd
+
+--- src/AbookAddressbook/AbookAddressbook.h
++++ src/AbookAddressbook/AbookAddressbook.h
+@@ -25,6 +25,7 @@
+ #ifndef ABOOK_ADDRESSBOOK
+ #define ABOOK_ADDRESSBOOK
+
++#include <QObject>
+ #include <QPair>
+ #include "Gui/AbstractAddressbook.h"
+
+--- src/Imap/Model/MailboxMetadata.cpp
++++ src/Imap/Model/MailboxMetadata.cpp
+@@ -20,6 +20,7 @@
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+ #include "MailboxMetadata.h"
++#include <QDataStream>
+
+ namespace Imap
+ {