diff --git a/srcpkgs/freecad/patches/102-qt5-5.15.0.patch b/srcpkgs/freecad/patches/102-qt5-5.15.0.patch new file mode 100644 index 0000000000..9c4632d80a --- /dev/null +++ b/srcpkgs/freecad/patches/102-qt5-5.15.0.patch @@ -0,0 +1,14 @@ +Source: @pullmoll +Upstream: no +Reason: qt5-5.15.0 requires explicit include for QPainterPath + +--- src/Mod/Image/Gui/OpenGLImageBox.cpp ++++ src/Mod/Image/Gui/OpenGLImageBox.cpp 2020-07-14 12:25:42.607075856 +0200 +@@ -26,6 +26,7 @@ + # include + # include + # include ++# include + #endif + + #if defined(__MINGW32__)