git: f6040c3b9be4 - main - devel/isa-l: enable on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 16 22:22:42 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f6040c3b9be4659a082eaaaee067c26e6b40be96

commit f6040c3b9be4659a082eaaaee067c26e6b40be96
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-16 22:22:32 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-16 22:22:32 +0000

    devel/isa-l: enable on powerpc64le
---
 devel/isa-l/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/isa-l/Makefile b/devel/isa-l/Makefile
index f6405eed5e04..165f086f6917 100644
--- a/devel/isa-l/Makefile
+++ b/devel/isa-l/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Intel(R) Intelligent Storage Acceleration Libray
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc
+ONLY_FOR_ARCHS=	amd64 powerpc64le powerpc64 powerpc
 
 BUILD_DEPENDS=	yasm:devel/yasm
 


More information about the dev-commits-ports-all mailing list