svn commit: r453977 - head/net-p2p/monero-cli/files

Vasil Dimov vd at FreeBSD.org
Sat Nov 11 15:36:30 UTC 2017


Author: vd
Date: Sat Nov 11 15:36:29 2017
New Revision: 453977
URL: https://svnweb.freebsd.org/changeset/ports/453977

Log:
  net-p2p/monero-cli: Fix compilation on i386

Added:
  head/net-p2p/monero-cli/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/net-p2p/monero-cli/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/monero-cli/files/patch-CMakeLists.txt	Sat Nov 11 15:36:29 2017	(r453977)
@@ -0,0 +1,14 @@
+
+https://github.com/monero-project/monero/pull/2793
+
+--- CMakeLists.txt.orig	2017-11-11 15:31:39 UTC
++++ CMakeLists.txt
+@@ -682,7 +682,7 @@ endif()
+ if(ANDROID)
+   set(ATOMIC libatomic.a)
+ endif()
+-if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32" AND NOT IOS)
++if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32" AND NOT IOS AND NOT FREEBSD)
+   find_library(ATOMIC atomic)
+   list(APPEND EXTRA_LIBRARIES ${ATOMIC})
+ endif()


More information about the svn-ports-all mailing list