git: 5d3cf665318d - main - devel/zydis: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 09:13:32 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3cf665318d660de7370a749e1c2c903c0715fb commit 5d3cf665318d660de7370a749e1c2c903c0715fb Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-30 09:12:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-09-30 09:13:29 +0000 devel/zydis: enable on powerpc64le --- devel/zydis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/zydis/Makefile b/devel/zydis/Makefile index d89aa8cb484d..30940257c7d1 100644 --- a/devel/zydis/Makefile +++ b/devel/zydis/Makefile @@ -10,7 +10,7 @@ WWW= https://zydis.re LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 riscv64 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= see definitions in include/Zycore/Defines.h USES= cmake cpe dos2unix localbase:ldflags