Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2021 22:22:42 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f6040c3b9be4 - main - devel/isa-l: enable on powerpc64le
Message-ID:  <202104162222.13GMMg48000754@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit f6040c3b9be4659a082eaaaee067c26e6b40be96
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-16 22:22:32 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104162222.13GMMg48000754>