svn commit: r539979 - head/cad/freecad/files

Loïc Bartoletti lbartoletti at FreeBSD.org
Tue Jun 23 15:44:50 UTC 2020


Author: lbartoletti
Date: Tue Jun 23 15:44:49 2020
New Revision: 539979
URL: https://svnweb.freebsd.org/changeset/ports/539979

Log:
  cad/freecad: Prepare for Qt5.1.5
  
  PR:             247010
  Approved by:    tcberner (mentor, implicit)
  Differential Revision:  https://reviews.freebsd.org/D25405

Added:
  head/cad/freecad/files/patch-src_Mod_Image_Gui_OpenGLImageBox.cpp   (contents, props changed)

Added: head/cad/freecad/files/patch-src_Mod_Image_Gui_OpenGLImageBox.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/freecad/files/patch-src_Mod_Image_Gui_OpenGLImageBox.cpp	Tue Jun 23 15:44:49 2020	(r539979)
@@ -0,0 +1,10 @@
+--- src/Mod/Image/Gui/OpenGLImageBox.cpp.orig	2020-06-22 16:27:04 UTC
++++ src/Mod/Image/Gui/OpenGLImageBox.cpp
+@@ -26,6 +26,7 @@
+ # include <QSurfaceFormat>
+ # include <QMessageBox>
+ # include <QPainter>
++# include <QPainterPath>
+ #endif
+ 
+ #if defined(__MINGW32__)


More information about the svn-ports-all mailing list