svn commit: r560289 - branches/2021Q1/net/libtnl

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


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

Log:
  MFH: r560288
  
  net/libtnl: enable on powerpc64

Modified:
  branches/2021Q1/net/libtnl/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/net/libtnl/Makefile
==============================================================================
--- branches/2021Q1/net/libtnl/Makefile	Mon Jan  4 12:32:32 2021	(r560288)
+++ branches/2021Q1/net/libtnl/Makefile	Mon Jan  4 12:33:37 2021	(r560289)
@@ -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-all mailing list