aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/no-pic.patch
diff options
context:
space:
mode:
authorNathan Johnson <nathan@nathanjohnson.info>2016-02-19 22:39:25 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-02-22 13:53:26 +0000
commite81049956f7cd1251ef6ec8e90c487c7c2bda99b (patch)
treecfafebe95921da7a8eacefcc954284c94d278071 /community/go/no-pic.patch
parent34cb414e46f7c7cd26e4889f1f17dbeb265efbb2 (diff)
downloadaports-e81049956f7cd1251ef6ec8e90c487c7c2bda99b.tar.bz2
aports-e81049956f7cd1251ef6ec8e90c487c7c2bda99b.tar.xz
community/go: update to go 1.6
Diffstat (limited to 'community/go/no-pic.patch')
-rw-r--r--community/go/no-pic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/no-pic.patch b/community/go/no-pic.patch
index 5a4e3966d6..db1f809dcc 100644
--- a/community/go/no-pic.patch
+++ b/community/go/no-pic.patch
@@ -2,7 +2,7 @@ diff --git a/src/cmd/link/internal/ld/lib.go b/src/cmd/link/internal/ld/lib.go
index 8ccbec9dd634..4e96bfadc260 100644
--- a/src/cmd/link/internal/ld/lib.go
+++ b/src/cmd/link/internal/ld/lib.go
-@@ -1071,6 +1071,11 @@ func hostlink() {
+@@ -1194,6 +1194,11 @@ func hostlink() {
argv = append(argv, peimporteddlls()...)
}