aboutsummaryrefslogtreecommitdiff
path: root/comms/uartlirc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-05-27 06:37:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-05-27 06:37:36 +0000
commite488dd0fc9dfd2c414626454417389a56cbf35ec (patch)
tree26da833f080dd82cf34130896c00e5ef42f3325e /comms/uartlirc
parentec3b672513f540ec9fbbfa320535719863865cc4 (diff)
downloadports-e488dd0fc9dfd2c414626454417389a56cbf35ec.tar.gz
ports-e488dd0fc9dfd2c414626454417389a56cbf35ec.zip
Mark broken on powerpc and sparc64: "error: uart.h: No such file or directory".
Hat: portmgr
Notes
Notes: svn path=/head/; revision=297516
Diffstat (limited to 'comms/uartlirc')
-rw-r--r--comms/uartlirc/Makefile4
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}