From 53f5376954e9f3115917e4286e4c1dd47cc385c8 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 5 Jul 2020 13:59:21 +0200 Subject: [PATCH] litecoin: rebuild against libressl-3.1.3 --- srcpkgs/litecoin/patches/qt5.15.patch | 10 ++++++++++ srcpkgs/litecoin/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/litecoin/patches/qt5.15.patch diff --git a/srcpkgs/litecoin/patches/qt5.15.patch b/srcpkgs/litecoin/patches/qt5.15.patch new file mode 100644 index 00000000000..76583ef2cd0 --- /dev/null +++ b/srcpkgs/litecoin/patches/qt5.15.patch @@ -0,0 +1,10 @@ +--- src/qt/trafficgraphwidget.cpp 2019-04-08 09:28:20.000000000 +0200 ++++ - 2020-07-05 18:16:25.715900083 +0200 +@@ -6,6 +6,7 @@ + #include + #include + ++#include + #include + #include + #include diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index c1f9eb22977..adfbdaf7b70 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin version=0.17.1 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl"