x11-toolkits/qwt5-qt5:

- Add patch to fix build with upcoming Qt 5.13

PR:	238782
This commit is contained in:
Max Brazhnikov 2019-07-13 08:42:01 +00:00
parent f23fb8b193
commit feb888abcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506520

View 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"