svn commit: r549771 - head/comms/linrad

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:19:55 UTC 2020


Author: linimon
Date: Wed Sep 23 18:19:55 2020
New Revision: 549771
URL: https://svnweb.freebsd.org/changeset/ports/549771

Log:
  Also mark broken on powerpc64le (untested, but will fail same way).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/linrad/Makefile

Modified: head/comms/linrad/Makefile
==============================================================================
--- head/comms/linrad/Makefile	Wed Sep 23 18:18:38 2020	(r549770)
+++ head/comms/linrad/Makefile	Wed Sep 23 18:19:55 2020	(r549771)
@@ -39,6 +39,7 @@ BROKEN_aarch64=		fails to compile: implicit declaratio
 BROKEN_armv6=		fails to configure: cannot find /nxb-bin/usr/bin/cc
 BROKEN_armv7=		fails to configure: cannot find /nxb-bin/usr/bin/cc
 BROKEN_powerpc64=	fails to compile: implicit declaration of function outb
+BROKEN_powerpc64le=	fails to compile: implicit declaration of function outb
 BROKEN_sparc64=		fails to compile: implicit declaration of function outb
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list