pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 27 18:16:26 UTC 2021
Modified Files:
pkgsrc/mk/platform: Darwin.mk
Log Message:
mk: Map macOS 11.4 to the 11.3 SDK.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/mk/platform/Darwin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.102 pkgsrc/mk/platform/Darwin.mk:1.103
--- pkgsrc/mk/platform/Darwin.mk:1.102 Tue Feb 2 15:47:54 2021
+++ pkgsrc/mk/platform/Darwin.mk Thu May 27 18:16:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.102 2021/02/02 15:47:54 jperkin Exp $
+# $NetBSD: Darwin.mk,v 1.103 2021/05/27 18:16:26 jperkin Exp $
#
# Variable definitions for the Darwin operating system.
@@ -110,6 +110,7 @@ _OPSYS_INCLUDE_DIRS?= /usr/include
# that happens add a mapping below, but only within the same OS release major.
#
OSX_SDK_MAP.11.2= 11.1
+OSX_SDK_MAP.11.4= 11.3
#
OSX_SDK_PATH!= /usr/bin/xcrun \
--sdk macosx${OSX_SDK_MAP.${OSX_VERSION}:U${OSX_VERSION}} \
Home |
Main Index |
Thread Index |
Old Index