svn commit: r560288 - head/net/libtnl

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 12:32:33 UTC 2021


Author: pkubaj
Date: Mon Jan  4 12:32:32 2021
New Revision: 560288
URL: https://svnweb.freebsd.org/changeset/ports/560288

Log:
  net/libtnl: enable on powerpc64
  
  MFH:		2020Q1

Modified:
  head/net/libtnl/Makefile

Modified: head/net/libtnl/Makefile
==============================================================================
--- head/net/libtnl/Makefile	Mon Jan  4 12:30:06 2021	(r560287)
+++ head/net/libtnl/Makefile	Mon Jan  4 12:32:32 2021	(r560288)
@@ -20,7 +20,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
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64
 .if defined(NO_PROFILE) || defined(NOPROFILE)
 PLIST_SUB+=	PROFILE='@comment '
 .else


More information about the svn-ports-head mailing list