pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go14/patches



Module Name:    pkgsrc
Committed By:   christos
Date:           Sat Jan 20 20:44:13 UTC 2018

Modified Files:
        pkgsrc/lang/go14/patches: patch-src_make.bash

Log Message:
don't substitute bash here


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go14/patches/patch-src_make.bash

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go14/patches/patch-src_make.bash
diff -u pkgsrc/lang/go14/patches/patch-src_make.bash:1.1 pkgsrc/lang/go14/patches/patch-src_make.bash:1.2
--- pkgsrc/lang/go14/patches/patch-src_make.bash:1.1    Sat Jan 20 11:55:25 2018
+++ pkgsrc/lang/go14/patches/patch-src_make.bash        Sat Jan 20 15:44:13 2018
@@ -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