diff --git a/sysutils/grafana/patches/patch-build_go b/sysutils/grafana/patches/patch-build_go deleted file mode 100644 index 8c90a0d54c0..00000000000 --- a/sysutils/grafana/patches/patch-build_go +++ /dev/null @@ -1,12 +0,0 @@ -Index: build.go ---- build.go.orig -+++ build.go -@@ -343,7 +343,7 @@ func setBuildEnv() { - os.Setenv("GOARCH", goarch) - } - if goarch == "386" { -- os.Setenv("GO386", "387") -+ os.Setenv("GO386", "softfloat") - } - if cgo { - os.Setenv("CGO_ENABLED", "1")