summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-07-14 14:32:04 +0000
committerjperkin <jperkin@pkgsrc.org>2021-07-14 14:32:04 +0000
commit28dd21cbfaa44de5c44a995b716ba20a190c1d20 (patch)
tree3b7bcdb3303e7c7178b51f8864c55a019fefb110 /lang/go
parente620fccafe0b11a54a8fc8b7bcaa6fbe8c6fd690 (diff)
downloadpkgsrc-28dd21cbfaa44de5c44a995b716ba20a190c1d20.tar.gz
go: Remove previous change, fixed in go-bin instead.
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/bootstrap.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/go/bootstrap.mk b/lang/go/bootstrap.mk
index 3fab1687f8b..b72505df2e1 100644
--- a/lang/go/bootstrap.mk
+++ b/lang/go/bootstrap.mk
@@ -1,16 +1,9 @@
-# $NetBSD: bootstrap.mk,v 1.6 2021/07/14 10:18:28 jperkin Exp $
+# $NetBSD: bootstrap.mk,v 1.7 2021/07/14 14:32:04 jperkin Exp $
.if !defined(GOROOT_BOOTSTRAP) || !exists(${GOROOT_BOOTSTRAP}/bin/go)
. if ${MACHINE_ARCH} == "aarch64"
BUILD_DEPENDS+= go-bin-[0-9]*:../../lang/go-bin
GOROOT_BOOTSTRAP= ${PREFIX}/go-bin
-. if ${OPSYS} == "Darwin"
-pre-build: remove-codesign
-remove-codesign:
- @for f in ${PREFIX}/go-bin/bin/* ${PREFIX}/go-bin/pkg/tool/darwin_arm64/*; do \
- /usr/bin/codesign --remove-signature $$f; \
- done
-. endif
. else
BUILD_DEPENDS+= go14-1.4*:../../lang/go14
GOROOT_BOOTSTRAP= ${PREFIX}/go14