From 79638630481ed7c431b6ca2cdcdc6588368624ca Mon Sep 17 00:00:00 2001 From: kaamui Date: Fri, 3 Feb 2023 11:50:05 +0100 Subject: [PATCH] combined option has been renamed to arm+x86 combined options was replaced with arm+x86 For more details, please see : https://github.com/boostorg/build/commit/da10b56586850f6b2fbe3b6f4db65f9e6a5c639c https://github.com/boostorg/build/commit/04b562ac8b6d6de4aae78a85f9fc3e17f7aa4821 https://github.com/boostorg/build/commit/d312a161524213b7966eec440158f38fbaa497c2 --- devel/boost181/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/boost181/Portfile b/devel/boost181/Portfile index 5bef0dffc9d0a..8abe3f703f1cf 100644 --- a/devel/boost181/Portfile +++ b/devel/boost181/Portfile @@ -493,11 +493,11 @@ variant universal { build.args-append pch=off if {[lsearch ${configure.universal_archs} arm*] != -1} { - build.args-append address-model=64 architecture=combined + build.args-append address-model=64 architecture=arm+x86 } else { if {[lsearch ${configure.universal_archs} ppc*] != -1} { if {[lsearch ${configure.universal_archs} *86*] != -1} { - build.args-append architecture=combined + build.args-append architecture=arm+x86 } else { build.args-append architecture=power }