From 5644a529186f82b56faff214b815150ea70b13c9 Mon Sep 17 00:00:00 2001 From: acm Date: Wed, 20 Sep 2006 20:43:44 +0000 Subject: - Mark BROKEN on sparc64 --- graphics/crystalspace-devel/Makefile | 6 +++++- graphics/crystalspace/Makefile | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index df962a524920..5521956869a7 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -61,7 +61,11 @@ OPTIONS= DEBUG "Build with debugging information" off \ .include .if ${OSVERSION} < 500000 -BROKEN= Does not compile +BROKEN= Does not compile on 4.x +.endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 .endif .if !defined(WITHOUT_DEBUG) diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 0352d896bb03..baaf28045953 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -66,7 +66,11 @@ OPTIONS= DEBUG "Build with debugging information" off \ .include .if ${OSVERSION} < 500000 -BROKEN= Does not compile +BROKEN= Does not compile on 4.x +.endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 .endif .if !defined(WITH_DEBUG) -- cgit