fossil: Update from 2.3 to 2.4
[termux-packages] / packages / fzf / Makefile.patch
CommitLineData
f1a05d25
FF
1diff -u -r ../fzf-0.16.8/Makefile ./Makefile
2--- ../fzf-0.16.8/Makefile 2017-06-05 16:21:50.000000000 +0200
3+++ ./Makefile 2017-07-10 10:00:29.145783026 +0200
4@@ -99,7 +99,7 @@
5 ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK)
6
7 vendor: $(GLIDE_YAML)
8- go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
9+ GOOS= GOARCH= CGO_ENABLED= go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
10
11 test: $(SOURCES) vendor
12 SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \