aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-20 20:43:44 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-20 20:43:44 +0000
commitf0d4b91ab800bdd92c5af03cea40b048af15d034 (patch)
treee2aa175f052bdda5674bf76206c9add220006f90
parentf5d5e47ff06b6f4225b35e38558d8af1c1126eac (diff)
downloadports-f0d4b91ab800bdd92c5af03cea40b048af15d034.tar.gz
ports-f0d4b91ab800bdd92c5af03cea40b048af15d034.zip
Notes
-rw-r--r--graphics/crystalspace-devel/Makefile6
-rw-r--r--graphics/crystalspace/Makefile6
2 files changed, 10 insertions, 2 deletions
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 <bsd.port.pre.mk>
.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 <bsd.port.pre.mk>
.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)