svn commit: r545793 - branches/2020Q3/net/intel-ixl-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Sat Aug 22 23:16:18 UTC 2020


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}


More information about the svn-ports-all mailing list