summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-12-18 13:49:07 +0000
committerjperkin <jperkin>2015-12-18 13:49:07 +0000
commitadb14fe0bb027001afdb2b4bc733fe8b8b56f851 (patch)
tree2808037a2462a9013f083cbb5add8e7f18734e5c /bootstrap/bootstrap
parenta25d8fd7452a6ab53d2fb0dc465e47afaf5a19fa (diff)
downloadpkgsrc-adb14fe0bb027001afdb2b4bc733fe8b8b56f851.tar.gz
Build nbawk and nbsed on Darwin 10.11 (El Capitan) too, it still has the sed
which fails when using a UTF-8 locale. Ok'd during the freeze by wiz@
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 2287586e364..9a05c51feee 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.222 2015/12/11 23:55:44 joerg Exp $
+# $NetBSD: bootstrap,v 1.223 2015/12/18 13:49:07 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -572,7 +572,7 @@ Darwin)
;;
esac
case "$macosx_version" in
- 10.[8-9]|10.10)
+ 10.[8-9]|10.1[01])
need_awk=yes
need_sed=yes
;;