summaryrefslogtreecommitdiff
path: root/lang/mozjs78/patches/patch-build_moz.configure_toolchain.configure
blob: ec5299fb9c40f4b6395a83c4790676e266634d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-build_moz.configure_toolchain.configure,v 1.1 2020/12/05 12:03:26 nia Exp $

Builds fine on MacOS with newer toolchain

--- build/moz.configure/toolchain.configure.orig	2020-11-04 10:51:54.000000000 +0000
+++ build/moz.configure/toolchain.configure
@@ -141,7 +141,7 @@ with only_when(host_is_osx | target_is_o
     @imports(_from='biplist', _import='readPlist')
     def macos_sdk(sdk, host):
         sdk_min_version = Version('10.11')
-        sdk_max_version = Version('10.15.4')
+        sdk_max_version = Version('10.15.6')
 
         if sdk:
             sdk = sdk[0]