Index: head/security/keepassx-devel/files/patch-PR214 =================================================================== --- head/security/keepassx-devel/files/patch-PR214 (nonexistent) +++ head/security/keepassx-devel/files/patch-PR214 (revision 478516) @@ -0,0 +1,29 @@ +Obtained from: https://github.com/keepassx/keepassx/pull/214 + +From 40220fd61c4094ae16d8a4d86df2b5d84c16e6e8 Mon Sep 17 00:00:00 2001 +From: Anuraag Sridhar +Date: Sun, 12 Aug 2018 14:23:33 +1000 +Subject: [PATCH] Fix build issues with Qt5.11 on OS X. + +Minor forward declaration issues. + +--- src/gui/entry/EditEntryWidget.h.orig ++++ src/gui/entry/EditEntryWidget.h +@@ -18,6 +18,7 @@ + #ifndef KEEPASSX_EDITENTRYWIDGET_H + #define KEEPASSX_EDITENTRYWIDGET_H + ++#include + #include + #include + +--- src/gui/entry/EntryView.h.orig ++++ src/gui/entry/EntryView.h +@@ -18,6 +18,7 @@ + #ifndef KEEPASSX_ENTRYVIEW_H + #define KEEPASSX_ENTRYVIEW_H + ++#include + #include + + #include "gui/entry/EntryModel.h" Property changes on: head/security/keepassx-devel/files/patch-PR214 ___________________________________________________________________ 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