Index: head/comms/wsjtx/files/patch-WFPalette.hpp =================================================================== --- head/comms/wsjtx/files/patch-WFPalette.hpp (nonexistent) +++ head/comms/wsjtx/files/patch-WFPalette.hpp (revision 406843) @@ -0,0 +1,14 @@ +Fix build with Qt >= 5.5: + +./WFPalette.hpp:53:1: error: unknown type name 'Q_DECLARE_METATYPE' +Q_DECLARE_METATYPE (WFPalette::Colours); +--- WFPalette.hpp.orig 2016-01-21 09:38:31 UTC ++++ WFPalette.hpp +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + class QString; + Property changes on: head/comms/wsjtx/files/patch-WFPalette.hpp ___________________________________________________________________ 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