diff --git a/srcpkgs/namecoin/patches/dequeu.patch b/srcpkgs/namecoin/patches/dequeu.patch new file mode 100644 index 00000000000..a9053422eaa --- /dev/null +++ b/srcpkgs/namecoin/patches/dequeu.patch @@ -0,0 +1,10 @@ +--- src/httpserver.cpp 2019-08-05 07:23:46.000000000 +0200 ++++ - 2020-01-10 23:11:38.529089780 +0100 +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + + #include + #include diff --git a/srcpkgs/namecoin/template b/srcpkgs/namecoin/template index b4d282e14a8..f957cecbb47 100644 --- a/srcpkgs/namecoin/template +++ b/srcpkgs/namecoin/template @@ -1,12 +1,12 @@ # Template file for 'namecoin' pkgname=namecoin version=0.18.1 -revision=2 +revision=3 wrksrc="${pkgname}-core-nc${version}" build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" -hostmakedepends="pkg-config yasm automake libtool" +hostmakedepends="pkg-config yasm automake libtool which" makedepends="libevent-devel db-devel protobuf-devel boost-devel miniupnpc-devel qrencode-devel" short_desc="Distributed key/value database"