svn commit: r536105 - head/astro/merkaartor/files

Tobias C. Berner tcberner at FreeBSD.org
Thu May 21 10:42:28 UTC 2020


Author: tcberner
Date: Thu May 21 10:42:28 2020
New Revision: 536105
URL: https://svnweb.freebsd.org/changeset/ports/536105

Log:
  astro/merkaartor: prepare for Qt5-5.15

Added:
  head/astro/merkaartor/files/patch-src_Features_Feature.h   (contents, props changed)

Added: head/astro/merkaartor/files/patch-src_Features_Feature.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/merkaartor/files/patch-src_Features_Feature.h	Thu May 21 10:42:28 2020	(r536105)
@@ -0,0 +1,10 @@
+--- src/Features/Feature.h.orig	2020-05-21 10:34:19 UTC
++++ src/Features/Feature.h
+@@ -10,6 +10,7 @@ class Feature;
+ 
+ #include <QtCore/QString>
+ #include <QList>
++#include <QPainterPath>
+ 
+ #define CAST_FEATURE(x) (dynamic_cast<Feature*>(x))
+ #define CAST_NODE(x) (dynamic_cast<Node*>(x))


More information about the svn-ports-head mailing list