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:   tnn
Date:           Thu Feb  2 15:36:56 UTC 2023

Modified Files:
        pkgsrc/mk/platform: Darwin.mk

Log Message:
mk/platform/Darwin.mk: add OSX_SDK_MAP for 13.2


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 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.122 pkgsrc/mk/platform/Darwin.mk:1.123
--- pkgsrc/mk/platform/Darwin.mk:1.122  Fri Dec 23 09:27:10 2022
+++ pkgsrc/mk/platform/Darwin.mk        Thu Feb  2 15:36:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.122 2022/12/23 09:27:10 triaxx Exp $
+# $NetBSD: Darwin.mk,v 1.123 2023/02/02 15:36:55 tnn Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -115,6 +115,7 @@ OSX_SDK_MAP.12.5=   12.3
 OSX_SDK_MAP.12.6=      12.3
 OSX_SDK_MAP.13.0=      13.0
 OSX_SDK_MAP.13.1=      13.1
+OSX_SDK_MAP.13.2=      13.1
 #
 # If the user has set MACOSX_DEPLOYMENT_TARGET (ideally at bootstrap time) to
 # select a specific SDK then we prefer that.



Home | Main Index | Thread Index | Old Index