diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-05-27 06:37:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-05-27 06:37:36 +0000 |
commit | e488dd0fc9dfd2c414626454417389a56cbf35ec (patch) | |
tree | 26da833f080dd82cf34130896c00e5ef42f3325e /comms | |
parent | ec3b672513f540ec9fbbfa320535719863865cc4 (diff) | |
download | ports-e488dd0fc9dfd2c414626454417389a56cbf35ec.tar.gz ports-e488dd0fc9dfd2c414626454417389a56cbf35ec.zip |
Notes
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} |