ports/net-p2p/namecoin/files/patch-src_rpc_names.cpp
Chad Jacob Milios f7ca7eba9e net-p2p/namecoin: Update to 24.0
A few minor changes made to submitted patch:
* Switch PORTVERSION to DISTVERSION
* Use USES= localbase for UPNP option
* Disable autodetection of sqlite when WALLET option is selected
* Fix plist for net-p2p/namecoin-utils

Changelog: https://github.com/namecoin/namecoin-core/releases/tag/nc24.0

PR:		270753
2023-06-06 09:25:29 +02:00

10 lines
325 B
C++

--- src/rpc/names.cpp.orig 2023-02-23 16:44:43.398660000 +0000
+++ src/rpc/names.cpp 2023-02-23 16:44:58.322833000 +0000
@@ -20,6 +20,7 @@
#include <rpc/server_util.h>
#include <script/names.h>
#include <txmempool.h>
+#include <util/system.h>
#include <util/strencodings.h>
#include <validation.h>
#ifdef ENABLE_WALLET