From a9de9028f671717e4b7d94ca2ff96e963ccb6a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 28 Jul 2020 16:46:25 +0200 Subject: [PATCH] XyGrib: fix build w/ qt5-5.15.0 --- srcpkgs/XyGrib/patches/qt5-5.15.0.patch | 10 ++++++++++ srcpkgs/XyGrib/template | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/XyGrib/patches/qt5-5.15.0.patch diff --git a/srcpkgs/XyGrib/patches/qt5-5.15.0.patch b/srcpkgs/XyGrib/patches/qt5-5.15.0.patch new file mode 100644 index 0000000000..7cbc1757e4 --- /dev/null +++ b/srcpkgs/XyGrib/patches/qt5-5.15.0.patch @@ -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 + #include + #include ++#include + #include + #include + #include diff --git a/srcpkgs/XyGrib/template b/srcpkgs/XyGrib/template index c5b07741a9..203d0fc9f5 100644 --- a/srcpkgs/XyGrib/template +++ b/srcpkgs/XyGrib/template @@ -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++"