Index: head/devel/kdesvn/files/patch-git_605484 =================================================================== --- head/devel/kdesvn/files/patch-git_605484 (nonexistent) +++ head/devel/kdesvn/files/patch-git_605484 (revision 478772) @@ -0,0 +1,24 @@ +From 605484fd9fc873b9b8d571f398c3cab05c68d860 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Thu, 10 May 2018 09:28:15 +0200 +Subject: [PATCH] Fix build with Qt 5.11 + +Some includes added transitively previously now need to be explicitly +put. +--- + src/svnfrontend/blamedisplay.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/svnfrontend/blamedisplay.cpp b/src/svnfrontend/blamedisplay.cpp +index 2d875026..5673181e 100644 +--- src/svnfrontend/blamedisplay.cpp ++++ src/svnfrontend/blamedisplay.cpp +@@ -30,6 +30,7 @@ + #include + #include + ++#include + #include + #include + #include + Property changes on: head/devel/kdesvn/files/patch-git_605484 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property