From eafe846a2bc63df0768506f8c067310864069f9f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 3 Jun 2010 05:24:00 +0000 Subject: [PATCH] Mark as broken on powerpc. Hat: portmgr --- security/polarssl/Makefile | 8 +++++++- sysutils/fuser/Makefile | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index c94a2a3f49d6..9638868e331f 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -43,4 +43,10 @@ post-install: .endfor .endif -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + +.include diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile index 58068ffaba60..0dca18067198 100644 --- a/sysutils/fuser/Makefile +++ b/sysutils/fuser/Makefile @@ -38,6 +38,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra::patch-nfs.c BROKEN= does not build .endif +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1