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:           Mon May 22 14:55:05 UTC 2023

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

Log Message:
Darwin.mk: add OSX_SDK_MAP for 13.4


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 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.125 pkgsrc/mk/platform/Darwin.mk:1.126
--- pkgsrc/mk/platform/Darwin.mk:1.125  Wed May 10 09:23:54 2023
+++ pkgsrc/mk/platform/Darwin.mk        Mon May 22 14:55:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.125 2023/05/10 09:23:54 jperkin Exp $
+# $NetBSD: Darwin.mk,v 1.126 2023/05/22 14:55:04 tnn Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -117,6 +117,7 @@ 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
+OSX_SDK_MAP.13.4=      13.3
 #
 # 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