aboutsummaryrefslogtreecommitdiffstats
path: root/community/go-bootstrap/no-werror.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2015-09-30 08:31:12 +0000
committerEivind Uggedal <eivind@uggedal.com>2015-09-30 08:31:12 +0000
commitd241a682bb4bff9b2247c8003e3f086ffb92cd6e (patch)
tree652696333c77c864936204de3dd32505f9d26b83 /community/go-bootstrap/no-werror.patch
parent394aeb733e12eef9fc309fb8753c28d6095f4551 (diff)
downloadaports-d241a682bb4bff9b2247c8003e3f086ffb92cd6e.tar.bz2
aports-d241a682bb4bff9b2247c8003e3f086ffb92cd6e.tar.xz
community/go-bootstrap: moved from main
Diffstat (limited to 'community/go-bootstrap/no-werror.patch')
-rw-r--r--community/go-bootstrap/no-werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/go-bootstrap/no-werror.patch b/community/go-bootstrap/no-werror.patch
new file mode 100644
index 0000000000..01f183edb0
--- /dev/null
+++ b/community/go-bootstrap/no-werror.patch
@@ -0,0 +1,10 @@
+--- a/src/cmd/dist/build.c
++++ b/src/cmd/dist/build.c
+@@ -384,7 +384,6 @@ static char *proto_gccargs[] = {
+ "-Wno-switch",
+ "-Wno-comment",
+ "-Wno-missing-field-initializers",
+- "-Werror",
+ "-fno-common",
+ "-ggdb",
+ "-pipe",