diff options
Diffstat (limited to 'devel/bhyve-vm-goagent/files/patch-Makefile')
-rw-r--r-- | devel/bhyve-vm-goagent/files/patch-Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/bhyve-vm-goagent/files/patch-Makefile b/devel/bhyve-vm-goagent/files/patch-Makefile deleted file mode 100644 index 31ef0f3f5c9c..000000000000 --- a/devel/bhyve-vm-goagent/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig 2018-01-29 12:30:37 UTC -+++ Makefile -@@ -1,6 +1,6 @@ - GO ?= go - TARGET := bhyve-vm-goagent --OS := freebsd netbsd linux windows -+OS := freebsd - ARCH := 386 amd64 - VERSION := `grep \"VERSION\" main.go | cut -d '"' -f 2 | head -1` - -@@ -9,10 +9,8 @@ all: build - deps: - @echo "===> Downloading crossbuild dependencies." - go get github.com/gorilla/websocket -- go get github.com/shirou/w32 -- go get github.com/StackExchange/wmi -- go get github.com/go-ole/go-ole -- go get github.com/go-ole/go-ole/oleutil -+ go get github.com/araujobsd/bhyve-vm-goagent/plugins -+ go get github.com/araujobsd/bhyve-vm-goagent/termios - - build: - @for os in $(OS); do \ |