mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -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
258 B
C++
10 lines
258 B
C++
--- QtCollider/widgets/QcScopeShm.cpp.orig 2020-06-15 01:00:40 UTC
|
|
+++ QtCollider/widgets/QcScopeShm.cpp
|
|
@@ -25,6 +25,7 @@
|
|
#include "../debug.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <QTimer>
|
|
#include <QResizeEvent>
|
|
#include <QWindow>
|