aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/bitcoin/files/patch-CMakeLists.txt')
-rw-r--r--net-p2p/bitcoin/files/patch-CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/bitcoin/files/patch-CMakeLists.txt b/net-p2p/bitcoin/files/patch-CMakeLists.txt
deleted file mode 100644
index 7c47fb838701..000000000000
--- a/net-p2p/bitcoin/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2025-05-09 20:40:59 UTC
-+++ CMakeLists.txt
-@@ -153,7 +153,7 @@ endif()
- set(USE_QRCODE TRUE)
- endif()
-
--cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF)
-+cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"FreeBSD\" AND BUILD_GUI" OFF)
-
- option(WITH_MULTIPROCESS "Build multiprocess bitcoin-node and bitcoin-gui executables in addition to monolithic bitcoind and bitcoin-qt executables. Requires libmultiprocess library. Experimental." OFF)
- if(WITH_MULTIPROCESS)