From b3e64ba0ff92067d3bdc300adf8fa2aa36d84ff6 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Mar 2004 08:34:10 +0000 Subject: BROKEN on sparc64: Does not compile --- security/integrit/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/integrit') diff --git a/security/integrit/Makefile b/security/integrit/Makefile index 768f903923a1..6ee6cedbab33 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -21,4 +21,10 @@ ALL_TARGET= ${PORTNAME} utils MAN1= i-ls.1 i-viewdb.1 integrit.1 -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + +.include -- cgit