git: c2949b666f89 - main - misc/seabios: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 00:20:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2949b666f89b64b07b17acbf420ddfe93908274 commit c2949b666f89b64b07b17acbf420ddfe93908274 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 00:19:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 00:19:34 +0000 misc/seabios: Add NO_ARCH Approved by: portmgr (blanket) --- misc/seabios/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile index 500f1808bf02..d14fd1d10741 100644 --- a/misc/seabios/Makefile +++ b/misc/seabios/Makefile @@ -15,6 +15,7 @@ ONLY_FOR_ARCHS_REASON= specific to x86 USES= gmake python:build MAKE_ARGS= HOSTCC="${CC}" LD="${LD}" PYTHON="${PYTHON_CMD}" +NO_ARCH= yes USE_GCC= yes:build USE_BINUTILS= yes