From c75c662f68e4c7b4232ab87bfc19775eb30b54f4 Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Mon, 21 Aug 2023 08:38:51 -0400 Subject: [PATCH] manpages: portfile: document keyword configure.sdkroot Fixes: https://trac.macports.org/ticket/39083 See: https://trac.macports.org/ticket/64329 --- doc/portfile.7 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/portfile.7 b/doc/portfile.7 index 06651173c6..f9ec7025df 100644 --- a/doc/portfile.7 +++ b/doc/portfile.7 @@ -1507,6 +1507,17 @@ macOS SDK version to build against. .br .Sy Example: .Dl configure.sdk_version 10.8 +.It Ic configure.sdkroot +The path to the macOS SDK to build against. +.br +.Sy Type: +.Em optional +.br +.Sy Default: +.Em Automatically set by MacPorts; varies by macOS release, whether Xcode installed, etc. +.br +.Sy Example: +.Dl configure.sdkroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk .\" FOOBAR .El .Ss UNIVERSAL TARGET HOOKS