libsoup: Update from 2.62.0 to 2.62.1
[termux-packages] / packages / fzf / Makefile.patch
1 --- ../cache/fzf-0.17.3/Makefile 2017-12-03 14:55:24.000000000 +0000
2 +++ ./Makefile 2018-02-24 00:04:59.992543575 +0000
3 @@ -99,7 +99,7 @@
4 ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK)
5
6 vendor: $(GLIDE_YAML)
7 - go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
8 + GOOS= CC= GOARCH= CGO_ENABLED= go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
9
10 test: $(SOURCES) vendor
11 SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \