svn commit: r545792 - head/net/intel-ixl-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Sat Aug 22 23:15:26 UTC 2020


Author: pkubaj
Date: Sat Aug 22 23:15:26 2020
New Revision: 545792
URL: https://svnweb.freebsd.org/changeset/ports/545792

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

Modified:
  head/net/intel-ixl-kmod/Makefile

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:06:44 2020	(r545791)
+++ head/net/intel-ixl-kmod/Makefile	Sat Aug 22 23:15:26 2020	(r545792)
@@ -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-head mailing list