From 0736995d6028a390c526a1c6d05f361496ced141 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 1 Feb 2008 12:45:08 +0000 Subject: [PATCH] Mark as broken on sparc64: fails to install. --- security/zxid/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 273ca5a21872..b269f658c9f6 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -25,4 +25,10 @@ USE_OPENSSL= yes post-install: ${LN} -s libzxid.so.0.0 ${PREFIX}/lib/libzxid.so.0 -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not install +.endif + +.include