x11-toolkits/qwt5-qt5:
- Add patch to fix build with upcoming Qt 5.13 PR: 238782
This commit is contained in:
parent
f23fb8b193
commit
feb888abcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506520
12
x11-toolkits/qwt5-qt5/files/patch-src_qwt__clipper.cpp
Normal file
12
x11-toolkits/qwt5-qt5/files/patch-src_qwt__clipper.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/qwt_clipper.cpp.orig 2018-09-16 20:18:22 UTC
|
||||
+++ src/qwt_clipper.cpp
|
||||
@@ -7,7 +7,8 @@
|
||||
* modify it under the terms of the Qwt License, Version 1.0
|
||||
*****************************************************************************/
|
||||
|
||||
-#include <qrect.h>
|
||||
+#include <QList>
|
||||
+#include <QRect>
|
||||
#include "qwt_math.h"
|
||||
#include "qwt_clipper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user