diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uartlirc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sys/buf_ring.h> 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} |