From f61bf6c5e07096231ae47cf270a74be1942c14a1 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 28 Dec 2011 06:55:26 +0000 Subject: Mark as broken on powerpc. Hat: portmgr --- shells/fd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shells/fd') diff --git a/shells/fd/Makefile b/shells/fd/Makefile index d36f492b0de4..1219b220e4ac 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -60,4 +60,10 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: tzfile.h: No such file or directory +.endif + +.include -- cgit