diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-12-18 13:49:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-12-18 13:49:07 +0000 |
commit | 8f648060718f731415cc61b59bb522c5035cc05a (patch) | |
tree | 2808037a2462a9013f083cbb5add8e7f18734e5c | |
parent | b038b3be54361b164f0357b74d080e00555e380f (diff) | |
download | pkgsrc-8f648060718f731415cc61b59bb522c5035cc05a.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@
-rwxr-xr-x | bootstrap/bootstrap | 4 |
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 ;; |