From aaa75a32a50bf8f5defffff96b681feefae9754b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 22 Dec 2015 13:41:04 +0100 Subject: [PATCH] Temporarily patch kardianos/osext to build on FreeBSD --- .../_workspace/src/github.com/kardianos/osext/osext_sysctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go b/Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go index 66da0bcf9..1ccce930d 100644 --- a/Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go +++ b/Godeps/_workspace/src/github.com/kardianos/osext/osext_sysctl.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin freebsd openbsd +// +build darwin openbsd package osext