Date: Wed, 23 Sep 2020 18:18:38 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549770 - head/comms/uartlirc Message-ID: <202009231818.08NIIcnF099256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231818.08NIIcnF099256>