From ea3f46436d3783e2368e33b20634804b2ede64c6 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 4 Jun 2010 02:03:30 +0000 Subject: Mark broken on sparc64. Hat: portmgr --- security/pam_jail/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/pam_jail/Makefile b/security/pam_jail/Makefile index 4c8435d93e24..8d1d7946f404 100644 --- a/security/pam_jail/Makefile +++ b/security/pam_jail/Makefile @@ -32,4 +32,8 @@ post-install: BROKEN= jail version not supported .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .include -- cgit