Date: Tue, 15 Jun 2021 08:42:26 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: 86bfebabcf16 - main - net/libtnl: enable on powerpc Message-ID: <202106150842.15F8gQiZ065678@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=86bfebabcf1690ced1701f8ce7792d2b5b5fae72 commit 86bfebabcf1690ced1701f8ce7792d2b5b5fae72 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-15 08:41:22 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-15 08:41:22 +0000 net/libtnl: enable on powerpc --- net/libtnl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile index 580d3985d941..fc78d47823e6 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 powerpc64le +ONLY_FOR_ARCHS= i386 amd64 powerpc 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?202106150842.15F8gQiZ065678>