mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
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
10 lines
325 B
C++
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
|