From 81a1ed87bc8c523c1680c4cd3cc59d2b6b8610cc Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Sat, 23 Jan 2021 12:02:42 +0000 Subject: [PATCH] databases/tile38: Unbreak with go1.16 PR: 252521 Approved by: maintainer timeout (a.andersson.thn@gmail.com, 2 weeks) --- databases/tile38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile index 3e2fcbe3b5eb..3f05a4884741 100644 --- a/databases/tile38/Makefile +++ b/databases/tile38/Makefile @@ -37,7 +37,7 @@ PLIST_SUB= TILE38_USER=${USERS} \ TILE38_RUNDIR=${TILE38_RUNDIR} do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build.sh + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ./build.sh do-install: @${MKDIR} ${STAGEDIR}${TILE38_DBDIR} ${STAGEDIR}${TILE38_RUNDIR}