Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 12:32:32 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560288 - head/net/libtnl
Message-ID:  <202101041232.104CWW2M028350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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