namecoin: rebuilt against boost-1.72

This commit is contained in:
John 2020-01-09 22:12:28 +01:00
parent 5fb8fa1d6b
commit 0eb10f4b6f
2 changed files with 12 additions and 2 deletions

View File

@ -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 <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <deque>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -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"