git: b381867547f7 - main - sysutils/flashrom: enable on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 21:39:04 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b381867547f719ae568f35c531a17f85cf20eb8f commit b381867547f719ae568f35c531a17f85cf20eb8f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-04-11 14:29:20 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-04-11 21:38:36 +0000 sysutils/flashrom: enable on aarch64 Builds and works fine. --- sysutils/flashrom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 5215361465a7..608e241cffc0 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -12,7 +12,7 @@ WWW= https://www.flashrom.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= aarch64 riscv64 +NOT_FOR_ARCHS= riscv64 NOT_FOR_ARCHS_REASON= Unable to determine endianness. BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka