Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 10:42:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536105 - head/astro/merkaartor/files
Message-ID:  <202005211042.04LAgSeP093083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005211042.04LAgSeP093083>