Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 14:03:23 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: 535036b42897 - main - net/libtnl: enable on powerpc64le
Message-ID:  <202104271403.13RE3NQn008034@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=535036b42897981d19b7e33547c57bfd83e1f82a

commit 535036b42897981d19b7e33547c57bfd83e1f82a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-27 14:03:14 +0000
Commit:     Piotr Kubaj <pkubaj@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



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