From b72df7a1f5c0d119549f33908f0284e09676de1e Mon Sep 17 00:00:00 2001 From: John Date: Thu, 2 Jul 2020 17:19:46 +0200 Subject: [PATCH] bitcoin: rebuild against libressl-3.1.3 --- srcpkgs/bitcoin/patches/qt5.15.patch | 10 ++++++++++ srcpkgs/bitcoin/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bitcoin/patches/qt5.15.patch diff --git a/srcpkgs/bitcoin/patches/qt5.15.patch b/srcpkgs/bitcoin/patches/qt5.15.patch new file mode 100644 index 00000000000..adfe3604717 --- /dev/null +++ b/srcpkgs/bitcoin/patches/qt5.15.patch @@ -0,0 +1,10 @@ +--- src/qt/trafficgraphwidget.cpp 2020-03-04 13:13:02.000000000 +0100 ++++ - 2020-07-02 17:58:16.576242713 +0200 +@@ -6,6 +6,7 @@ + #include + #include + ++#include + #include + #include + #include diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 4b74e47916c..df1ab218e16 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.19.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"