svn commit: r562391 - head/databases/tile38

Dmitri Goutnik dmgk at FreeBSD.org
Sat Jan 23 12:02:43 UTC 2021


Author: dmgk
Date: Sat Jan 23 12:02:42 2021
New Revision: 562391
URL: https://svnweb.freebsd.org/changeset/ports/562391

Log:
  databases/tile38: Unbreak with go1.16
  
  PR:		252521
  Approved by:	maintainer timeout (a.andersson.thn at gmail.com, 2 weeks)

Modified:
  head/databases/tile38/Makefile

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Sat Jan 23 11:42:42 2021	(r562390)
+++ head/databases/tile38/Makefile	Sat Jan 23 12:02:42 2021	(r562391)
@@ -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}


More information about the svn-ports-all mailing list