aboutsummaryrefslogtreecommitdiffstats
path: root/community/geth/fix-ppc64le-isatty.patch
blob: 24b90b200e5a8b9ce6087065daa6ceefa0bd3ed1 (plain)
1
2
3
4
5
6
7
8
9
--- a/vendor/github.com/mattn/go-isatty/isatty_linux.go
+++ b/vendor/github.com/mattn/go-isatty/isatty_linux.go
@@ -1,5 +1,5 @@
 // +build linux
-// +build !appengine,!ppc64,!ppc64le
+// +build !appengine
 
 package isatty