From 57a6c44228265f7a2e1330f29fa1d4452925795a Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Sun, 9 Feb 2025 01:13:04 -0600 Subject: [PATCH] MacPass: Use frameworks_dir --- security/MacPass/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/MacPass/Portfile b/security/MacPass/Portfile index 57d6d6301ab57..dca89b68c5d6e 100644 --- a/security/MacPass/Portfile +++ b/security/MacPass/Portfile @@ -74,7 +74,7 @@ xcode.configuration Release xcode.destroot.settings CODE_SIGN_IDENTITY=- \ CODE_SIGN_STYLE=Manual \ ENABLE_HARDENED_RUNTIME=NO \ - FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks + FRAMEWORK_SEARCH_PATHS=${frameworks_dir} # xcode PortGroup sets the DerivedData to /var/root/... which is not writeable. This fixes it. destroot.pre_args-append -derivedDataPath ./DerivedData