mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
* Introduce additional default option AVAHI to make the use of the Avahi libraries optional. * Remove one patch and the whole patching via "post-patch" - both is no longer needed. * While I'm here: Prepare the port for Qt 5.15.0 Changelog: https://github.com/supercollider/supercollider/releases/tag/Version-3.11.0 PR: 246320 Submitted by: shamaz.mazum@gmail.com Approved by: Neal Nelson <ports@nicandneal.net> (maintainer) MFH: 2020Q2 (blanket: unbreak broken port)
10 lines
261 B
C++
10 lines
261 B
C++
--- QtCollider/primitives/prim_QPen.cpp.orig 2020-06-15 00:38:04 UTC
|
|
+++ QtCollider/primitives/prim_QPen.cpp
|
|
@@ -27,6 +27,7 @@
|
|
#include "PyrKernel.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QVector2D>
|
|
#include <QVector3D>
|
|
#include <cmath>
|