Fix build on i386 (found by sthen@). I will push upstream as well.

OK jasper@
This commit is contained in:
abieber 2016-09-19 14:39:35 +00:00
parent c79be2407a
commit 908cf6c9de
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/09/09 14:11:43 abieber Exp $
# $OpenBSD: Makefile,v 1.2 2016/09/19 14:39:35 abieber Exp $
COMMENT = client for keybase.io
@ -6,6 +6,7 @@ V = 1.0.17
GH_ACCOUNT = keybase
GH_PROJECT = client
GH_TAGNAME = v${V}
REVISION = 0
DISTNAME = keybase-${V}

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-go_vendor_github_com_keybase_go-ps_process_openbsd_go,v 1.1.1.1 2016/09/09 14:11:43 abieber Exp $
$OpenBSD: patch-go_vendor_github_com_keybase_go-ps_process_openbsd_go,v 1.2 2016/09/19 14:39:36 abieber Exp $
This can be removed in the next release of keybase:
https://github.com/keybase/client/pull/3832/files
@ -6,7 +6,7 @@ https://github.com/keybase/client/pull/3832/files
--- go/vendor/github.com/keybase/go-ps/process_openbsd.go.orig Wed Sep 7 08:14:47 2016
+++ go/vendor/github.com/keybase/go-ps/process_openbsd.go Wed Sep 7 08:14:47 2016
@@ -0,0 +1,302 @@
+// +build openbsd,amd64
+// +build openbsd
+
+package ps
+