summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/monero-cli/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/monero-cli/files/patch-CMakeLists.txt b/net-p2p/monero-cli/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..a082267a06e4
--- /dev/null
+++ b/net-p2p/monero-cli/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2024-06-19 20:56:45 UTC
++++ CMakeLists.txt
+@@ -303,7 +303,7 @@ endif()
+ set(ARCH "armv8-a")
+ endif()
+
+-if(ARCH_ID STREQUAL "ppc64le")
++if(ARCH_ID STREQUAL "powerpc64le" OR ARCH_ID STREQUAL "ppc64le")
+ set(PPC64LE 1)
+ set(PPC64 0)
+ set(PPC 0)