From e488dd0fc9dfd2c414626454417389a56cbf35ec Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 27 May 2012 06:37:36 +0000 Subject: Mark broken on powerpc and sparc64: "error: uart.h: No such file or directory". Hat: portmgr --- comms/uartlirc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comms') diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index eedaa69a05e7..a49d5b00ab03 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -46,6 +46,10 @@ IGNORE= needs IGNORE= requires kernel source to be installed .endif +.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on powerpc or sparc64 +.endif + do-install: ${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR} kldxref ${KMODDIR} -- cgit v1.2.3