summaryrefslogtreecommitdiff
path: root/lang/go14
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2018-01-20 20:44:13 +0000
committerchristos <christos@pkgsrc.org>2018-01-20 20:44:13 +0000
commita450352929efc106e2c719e633a6a6f6070304d7 (patch)
tree9b5495cdf99b1ec0e69b8285cfc2fcffdbd5e4fa /lang/go14
parent0e0a87835e6da318f511ee47fa82b6f0eb5fe8c6 (diff)
downloadpkgsrc-a450352929efc106e2c719e633a6a6f6070304d7.tar.gz
don't substitute bash here
Diffstat (limited to 'lang/go14')
-rw-r--r--lang/go14/patches/patch-src_make.bash8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/go14/patches/patch-src_make.bash b/lang/go14/patches/patch-src_make.bash
index fb3680f2c6c..365beee82a6 100644
--- a/lang/go14/patches/patch-src_make.bash
+++ b/lang/go14/patches/patch-src_make.bash
@@ -1,15 +1,9 @@
-$NetBSD: patch-src_make.bash,v 1.1 2018/01/20 16:55:25 christos Exp $
+$NetBSD: patch-src_make.bash,v 1.2 2018/01/20 20:44:13 christos Exp $
* Workaround for Warninig armv5 instruction in GCC4.8 generic arm compiler
--- src/make.bash.orig 2015-09-23 04:37:37.000000000 +0000
+++ src/make.bash
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!/usr/pkg/bin/bash
- # Copyright 2009 The Go Authors. All rights reserved.
- # Use of this source code is governed by a BSD-style
- # license that can be found in the LICENSE file.
@@ -121,6 +121,15 @@ case "$GOHOSTARCH" in
386) mflag=-m32;;
amd64) mflag=-m64;;