From 6ff67487bdf488822b4989e1b777e6c7d07b0740 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 22:12:27 +0100 Subject: [PATCH] litecoin: rebuilt against boost-1.72 --- srcpkgs/litecoin/patches/dequeu.patch | 10 ++++++++++ srcpkgs/litecoin/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/litecoin/patches/dequeu.patch diff --git a/srcpkgs/litecoin/patches/dequeu.patch b/srcpkgs/litecoin/patches/dequeu.patch new file mode 100644 index 0000000000..7c3cc4c4bb --- /dev/null +++ b/srcpkgs/litecoin/patches/dequeu.patch @@ -0,0 +1,10 @@ +--- src/httpserver.cpp 2019-04-08 09:28:20.000000000 +0200 ++++ - 2020-01-10 22:25:06.201575595 +0100 +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 5d02c59838..e1a443563d 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,11 +1,11 @@ # Template file for 'litecoin' pkgname=litecoin version=0.17.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl" -hostmakedepends="automake libtool pkg-config yasm protobuf" +hostmakedepends="automake libtool pkg-config yasm protobuf which" makedepends="libatomic-devel zlib-devel db-devel libressl-devel boost-devel qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel" short_desc="Peer-to-peer Internet currency based on scrypt cryptography"