From e23749e5e339ceeab1290ab90b56ab2a8295d69b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 17 Nov 2011 05:56:54 +0000 Subject: [PATCH] I don't think there is a reason to build this on powerpc/sparc64. Hat: portmgr Feature safe: yes --- sysutils/mcelog/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index e3a2a94efe38..d5a820960157 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -21,6 +21,8 @@ COMMENT= Collects and decodes Machine Check Exception data LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 ia64 + PATCH_STRIP= -p1 USE_GMAKE= yes