diff options
author | Rebecca Cran <bcran@FreeBSD.org> | 2020-02-07 02:55:08 +0000 |
---|---|---|
committer | Rebecca Cran <bcran@FreeBSD.org> | 2020-02-07 02:55:08 +0000 |
commit | 3e2a9c3f18fa2c21a1d840113b779bbb00b492c7 (patch) | |
tree | 62a3a01b61af937bcb89321cbb20e0ff58c17d9c | |
parent | x11-wm/wayfire: capitalize Wayland in pkg-descr like r525456 (diff) |
sysutils/uefi-edk2-qemu: Replace "python2.7" with "${PYTHON_CMD}"
Reviewed by: araujo
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D23486
Notes
Notes:
svn path=/head/; revision=525458
-rw-r--r-- | sysutils/uefi-edk2-qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/uefi-edk2-qemu/Makefile b/sysutils/uefi-edk2-qemu/Makefile index fbba424cae5a..0d8f945623a7 100644 --- a/sysutils/uefi-edk2-qemu/Makefile +++ b/sysutils/uefi-edk2-qemu/Makefile @@ -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: |