gnucash-on-osx master: Use clang-darwin toolset.

John Ralls jralls at code.gnucash.org
Sat May 9 13:24:44 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/2684603b (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/81afd943 (commit)



commit 2684603ba0b2e4965091ced2f45e323455786e58
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 9 10:22:40 2020 -0700

    Use clang-darwin toolset.
    
    Xcode 11.4's gcc reports its Apple clang version (11.0.3) instead of
    its emulated gcc version (4.2.1). That breaks version matching in
    darwin.bjam. clang-darwin expects clang so doesn't have the problem.

diff --git a/patches/boost-cmake.patch b/patches/boost-cmake.patch
index 5c8d8a3..e9cd798 100644
--- a/patches/boost-cmake.patch
+++ b/patches/boost-cmake.patch
@@ -43,7 +43,7 @@ index e69de29..b53cf7a 100644
 +  --prefix=${CMAKE_INSTALL_PREFIX}
 +  ${LIB_ARGS}
 +  --build-dir=${CMAKE_BINARY_DIR} --link-shared
-+  toolset=darwin cxxflags=${CMAKE_CXX_FLAGS}
++  toolset=clang-darwin cxxflags=${CMAKE_CXX_FLAGS}
 +  cflags=${CMAKE_C_FLAGS} linkflags=${CMAKE_SHARED_LINKER_FLAGS}
 +  cxxstd=17
 +  install)



Summary of changes:
 patches/boost-cmake.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list