svn commit: r560780 - head/security/teleport

Dmitri Goutnik dmgk at FreeBSD.org
Fri Jan 8 14:59:28 UTC 2021


Author: dmgk
Date: Fri Jan  8 14:59:27 2021
New Revision: 560780
URL: https://svnweb.freebsd.org/changeset/ports/560780

Log:
  security/teleport: Unbreak with go1.16
  
  Approved by:	swills (maintainer)

Modified:
  head/security/teleport/Makefile

Modified: head/security/teleport/Makefile
==============================================================================
--- head/security/teleport/Makefile	Fri Jan  8 14:58:38 2021	(r560779)
+++ head/security/teleport/Makefile	Fri Jan  8 14:59:27 2021	(r560780)
@@ -48,7 +48,7 @@ post-patch:
 
 do-build:
 	@cd ${WRKDIR}/${GO_TELEPORT_SRC_DIR} && \
-		${SETENV} ${MAKE_ENV} ${BUILD_ENV} \
+		${SETENV} ${MAKE_ENV} ${BUILD_ENV} ${GO_ENV} \
 		CGO_ENABLED=1 GOPATH=${WRKDIR} \
 		${GMAKE} full
 


More information about the svn-ports-head mailing list