1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

net/google-cloud-sdk-app-engine-go: Unbreak with go1.16

This commit is contained in:
Dmitri Goutnik 2021-01-08 15:18:42 +00:00
parent 5ac4a16b20
commit ea21478b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560781

View File

@ -22,7 +22,7 @@ USES= go
do-build:
(cd ${WRKDIR}/platform/google_appengine/goroot-1.9/src && \
${SETENV} ${MAKE_ENV} \
${SETENV} ${MAKE_ENV} ${GO_ENV} \
GOROOT_BOOTSTRAP=${LOCALBASE}/go \
${SH} make.bash); \
(cd ${WRKDIR}/platform/google_appengine/goroot-1.9/bin && \