Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 02:55:08 +0000 (UTC)
From:      Rebecca Cran <bcran@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525458 - head/sysutils/uefi-edk2-qemu
Message-ID:  <202002070255.0172t8R9016609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcran (src committer)
Date: Fri Feb  7 02:55:08 2020
New Revision: 525458
URL: https://svnweb.freebsd.org/changeset/ports/525458

Log:
  sysutils/uefi-edk2-qemu: Replace "python2.7" with "${PYTHON_CMD}"
  
  Reviewed by:	araujo
  Approved by:	araujo
  Differential Revision:	https://reviews.freebsd.org/D23486

Modified:
  head/sysutils/uefi-edk2-qemu/Makefile

Modified: head/sysutils/uefi-edk2-qemu/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-qemu/Makefile	Fri Feb  7 02:28:56 2020	(r525457)
+++ head/sysutils/uefi-edk2-qemu/Makefile	Fri Feb  7 02:55:08 2020	(r525458)
@@ -68,7 +68,7 @@ post-patch:
 	${LN} -sf ${LOCALBASE}/bin/gcc-ar${GCC_DEFAULT} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/gcc-ar
 	${LN} -sf ${LOCALBASE}/bin/gcc-nm${GCC_DEFAULT} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/gcc-nm
 	${LN} -sf ${LOCALBASE}/bin/objcopy ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/objcopy
-	${LN} -sf ${LOCALBASE}/bin/python2.7 ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/python
+	${LN} -sf ${PYTHON_CMD} ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/python
 	${LN} -sf ${LOCALBASE}/bin/nasm ${BUILD_WRKSRC}/BaseTools/Bin/FreeBSD-${MACHINE}/nasm
 
 do-build:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002070255.0172t8R9016609>