XyGrib: fix build w/ qt5-5.15.0
This commit is contained in:
parent
38962ee96f
commit
a9de9028f6
2 changed files with 10 additions and 1 deletions
10
srcpkgs/XyGrib/patches/qt5-5.15.0.patch
Normal file
10
srcpkgs/XyGrib/patches/qt5-5.15.0.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/SkewT.h 2019-07-05 11:01:01.000000000 +0200
|
||||
+++ src/SkewT.h 2020-07-28 16:08:15.572570312 +0200
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <QMainWindow>
|
||||
#include <QFrame>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QLayout>
|
||||
#include <QKeyEvent>
|
||||
#include <QPrintDialog>
|
|
@ -12,7 +12,6 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://opengribs.org/"
|
||||
distfiles="https://github.com/opengribs/XyGrib/archive/v${version}.tar.gz"
|
||||
checksum=2dc6099293ae6f7a4bfbfc0cab590cf7ad48241d608e6d7a76e35961b9fc2157
|
||||
patch_args="-Np1"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_args="LINK=${XBPS_CROSS_TRIPLET}-c++"
|
||||
|
|
Loading…
Reference in a new issue