svn commit: r549770 - head/comms/uartlirc

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


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

Log:
  Also mark broken on powerpc64le (untested, but will fail same way).

Modified:
  head/comms/uartlirc/Makefile

Modified: head/comms/uartlirc/Makefile
==============================================================================
--- head/comms/uartlirc/Makefile	Wed Sep 23 18:16:13 2020	(r549769)
+++ head/comms/uartlirc/Makefile	Wed Sep 23 18:18:38 2020	(r549770)
@@ -15,6 +15,7 @@ COMMENT=	Driver for "homebrew" serial LIRC receivers
 
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
 BROKEN_powerpc64=	fails to compile: uart.h: No such file or directory
+BROKEN_powerpc64le=	fails to compile: uart.h: No such file or directory
 BROKEN_sparc64=		fails to build
 
 USES=		kmod


More information about the svn-ports-all mailing list