svn commit: r515063 - head/net/malo-firmware-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 20 17:22:48 UTC 2019


Author: pkubaj
Date: Sun Oct 20 17:22:47 2019
New Revision: 515063
URL: https://svnweb.freebsd.org/changeset/ports/515063

Log:
  net/malo-firmware-kmod: unbreak on powerpc64
  
  There are powerpc64 boards with PCI, the port builds just fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net/malo-firmware-kmod/Makefile

Modified: head/net/malo-firmware-kmod/Makefile
==============================================================================
--- head/net/malo-firmware-kmod/Makefile	Sun Oct 20 17:21:52 2019	(r515062)
+++ head/net/malo-firmware-kmod/Makefile	Sun Oct 20 17:22:47 2019	(r515063)
@@ -11,7 +11,7 @@ DISTNAME=	${FWNAME}
 MAINTAINER=	cpm at FreeBSD.org
 COMMENT=	Marvell Libertas 88W8335 IEEE 802.11b/g Firmware Kernel Module
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	hardware particular to PCI
 
 FWNAME=		malo-fw-${FWVERSION}


More information about the svn-ports-head mailing list