Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 23:16:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545793 - branches/2020Q3/net/intel-ixl-kmod
Message-ID:  <202008222316.07MNGHtW020309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Aug 22 23:16:17 2020
New Revision: 545793
URL: https://svnweb.freebsd.org/changeset/ports/545793

Log:
  MFH: r545792
  
  net/intel-ixl-kmod: enable building on powerpc64
  
  ixl has been fixed in head some time ago on powerpc64.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/net/intel-ixl-kmod/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/intel-ixl-kmod/Makefile
==============================================================================
--- branches/2020Q3/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:15:26 2020	(r545792)
+++ branches/2020Q3/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:16:17 2020	(r545793)
@@ -49,8 +49,8 @@ MAX_NETMAP_OSVERSION?=	1200500  # Maximum OSVERSION fo
 
 # Fixup for slave ports that use this as a master port. sbruno
 .if ${PORTNAME} == ixl
-ONLY_FOR_ARCHS=		amd64
-ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 only.
+ONLY_FOR_ARCHS=		amd64 powerpc64
+ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 and powerpc64 only.
 .endif
 
 .if ${PORT_OPTIONS:MNETMAP_AUTO} && ${OSVERSION} <= ${MAX_NETMAP_OSVERSION}



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