summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-06-20 09:11:26 +0000
committerjperkin <jperkin@pkgsrc.org>2019-06-20 09:11:26 +0000
commit3ce1c55ee002ab6bfb106ee1de4e1055f2a68158 (patch)
tree1d959775b41633fa51a096609cf44d48511adc64
parent27c92e2a184537b7d6c9200d1f05b1579dbacbc8 (diff)
downloadpkgsrc-3ce1c55ee002ab6bfb106ee1de4e1055f2a68158.tar.gz
bootstrap: Enable sed on Cygwin by default.
Michael Dexter reported that the native Cygwin sed is unable to correctly build libtool. Switching to nbsed solved the issue.
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 3cda587e39e..035665e9e95 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.265 2019/05/07 19:54:46 rillig Exp $
+# $NetBSD: bootstrap,v 1.266 2019/06/20 09:11:26 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -571,7 +571,7 @@ CYGWIN_*)
need_bsd_install=no
opsys=`uname -o`
need_awk=no
- need_sed=no
+ need_sed=yes
need_xargs=no
machine_arch=`uname -m`
# only used for unprivileged builds.