summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-09-23 05:43:51 +0000
committermaya <maya@pkgsrc.org>2017-09-23 05:43:51 +0000
commit05e548c3dee05f1442ba49f780cb361eaa9239c3 (patch)
treea184fc13a5ab636efcc82917b52f2846b61a047b
parent29786d1ce34265a0194f0f4d01d9708fa1ff3427 (diff)
downloadpkgsrc-05e548c3dee05f1442ba49f780cb361eaa9239c3.tar.gz
macOS 10.13 requires nbsed and nbawk
From Eric Brown in PR pkg/52566
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 589adea6f17..9fea58ea27a 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.242 2017/06/19 06:30:48 maya Exp $
+# $NetBSD: bootstrap,v 1.243 2017/09/23 05:43:51 maya Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -570,7 +570,7 @@ Darwin)
;;
esac
case "$macosx_version" in
- 10.[8-9]|10.1[012])
+ 10.[8-9]|10.1[0123])
need_awk=yes
need_sed=yes
;;