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"