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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 18 19:30:56 UTC 2020


Author: pkubaj
Date: Wed Nov 18 19:30:56 2020
New Revision: 555661
URL: https://svnweb.freebsd.org/changeset/ports/555661

Log:
  net/intel-ixl-kmod: add powerpc64le to the mix

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

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Wed Nov 18 19:22:14 2020	(r555660)
+++ head/net/intel-ixl-kmod/Makefile	Wed Nov 18 19:30:56 2020	(r555661)
@@ -51,7 +51,7 @@ MAX_NETMAP_OSVERSION?=	1200500  # Maximum OSVERSION fo
 .if ${PORTNAME} == ixl
 PATCH_SITES=	https://svnweb.freebsd.org/base/head/sys/dev/ixl/
 PATCHFILES=	ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4
-ONLY_FOR_ARCHS=		amd64 powerpc64
+ONLY_FOR_ARCHS=		amd64 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Not supported on other architectures, amd64 and powerpc64 only.
 .endif
 


More information about the svn-ports-head mailing list