git: 535036b42897 - main - net/libtnl: enable on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 27 14:03:23 UTC 2021


The branch main has been updated by pkubaj:

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

commit 535036b42897981d19b7e33547c57bfd83e1f82a
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-27 14:03:14 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-27 14:03:14 +0000

    net/libtnl: enable on powerpc64le
---
 net/libtnl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile
index 205b4e69dc2a..2b010bbfd048 100644
--- a/net/libtnl/Makefile
+++ b/net/libtnl/Makefile
@@ -19,7 +19,7 @@ WRKSRC=		${WRKDIR}/tnl/tnl
 USE_LDCONFIG=	yes
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 # Other arches can be added easily, provided there is hardware to test:
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
 .if defined(NO_PROFILE) || defined(NOPROFILE)
 PLIST_SUB+=	PROFILE='@comment '
 .else


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