pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go14/patches don't substitute bash here



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d03a7c644e36
branches:  trunk
changeset: 374312:d03a7c644e36
user:      christos <christos%pkgsrc.org@localhost>
date:      Sat Jan 20 20:44:13 2018 +0000

description:
don't substitute bash here

diffstat:

 lang/go14/patches/patch-src_make.bash |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r 6f14862e9393 -r d03a7c644e36 lang/go14/patches/patch-src_make.bash
--- a/lang/go14/patches/patch-src_make.bash     Sat Jan 20 18:13:25 2018 +0000
+++ b/lang/go14/patches/patch-src_make.bash     Sat Jan 20 20:44:13 2018 +0000
@@ -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;;



Home | Main Index | Thread Index | Old Index