aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-14 09:44:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-14 09:44:04 +0000
commit8d0678b2271ad9c6f8cc165f00d204755effcb25 (patch)
tree59a1005befbce54d1529943b8d4a9fd95e69fa52 /graphics/crystalspace/Makefile
parentab9a9a12ab3f1e818a8f7cfb106402c09cd3a869 (diff)
downloadports-8d0678b2271ad9c6f8cc165f00d204755effcb25.tar.gz
ports-8d0678b2271ad9c6f8cc165f00d204755effcb25.zip
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=153443
Diffstat (limited to 'graphics/crystalspace/Makefile')
-rw-r--r--graphics/crystalspace/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index 559c3a317668..cd28e10b2f1d 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -59,6 +59,10 @@ OPTIONS= DEBUG "Build with debugging information" on \
BROKEN= "Does not compile"
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
.if !defined(WITHOUT_DEBUG)
CONFIGURE_ARGS+= --enable-debug=yes
.else