summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-08-01 15:01:16 +0000
committerschmonz <schmonz>2014-08-01 15:01:16 +0000
commit3365fef332426add19581615d4f6fc2c63b2d645 (patch)
treeef7aede9579cd5f2563efbcc840e3baaec3a0a7c /bootstrap/bootstrap
parent89e4ce666a39f2b477334a18038cb84a5ecf7597 (diff)
downloadpkgsrc-3365fef332426add19581615d4f6fc2c63b2d645.tar.gz
Need nbsed on Yosemite (not sure about awk, but little harm).
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 13de89f0c12..9da88699a86 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.210 2014/07/30 16:30:26 schmonz Exp $
+# $NetBSD: bootstrap,v 1.211 2014/08/01 15:01:16 schmonz Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -537,7 +537,7 @@ Darwin)
;;
esac
case "$macosx_version" in
- 10.[8-9])
+ 10.[8-9]|10.10)
need_awk=yes
need_sed=yes
;;