Index: head/cad/librecad/files/patch-git_6c392e9 =================================================================== --- head/cad/librecad/files/patch-git_6c392e9 (nonexistent) +++ head/cad/librecad/files/patch-git_6c392e9 (revision 478504) @@ -0,0 +1,41 @@ +From 6c392e903e162b9283e88f53006e929663f2e883 Mon Sep 17 00:00:00 2001 +From: Jiri Slaby +Date: Mon, 11 Jun 2018 10:44:00 +0200 +Subject: [PATCH] fix build with Qt 5.11 + +The new Qt removed some implicit inclusions of headers. To avoid build +errors, add explicit includes of those we use in the sources. + +Signed-off-by: Jiri Slaby + +--- librecad/src/ui/forms/qg_commandwidget.cpp.orig 2018-02-15 20:54:45 UTC ++++ librecad/src/ui/forms/qg_commandwidget.cpp +@@ -27,6 +27,7 @@ + + #include + ++#include + #include + #include + #include +--- librecad/src/ui/generic/colorwizard.cpp.orig 2018-02-15 20:54:45 UTC ++++ librecad/src/ui/generic/colorwizard.cpp +@@ -27,6 +27,7 @@ + #include "colorwizard.h" + #include "ui_colorwizard.h" + ++#include + #include + #include + #include +--- librecad/src/ui/generic/widgetcreator.cpp.orig 2018-02-15 20:54:45 UTC ++++ librecad/src/ui/generic/widgetcreator.cpp +@@ -27,6 +27,8 @@ + #include "widgetcreator.h" + #include "ui_widgetcreator.h" + ++#include ++#include + #include + #include + #include Property changes on: head/cad/librecad/files/patch-git_6c392e9 ___________________________________________________________________ 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