diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:44:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:44:04 +0000 |
commit | 8d0678b2271ad9c6f8cc165f00d204755effcb25 (patch) | |
tree | 59a1005befbce54d1529943b8d4a9fd95e69fa52 /graphics/crystalspace-devel | |
parent | ab9a9a12ab3f1e818a8f7cfb106402c09cd3a869 (diff) | |
download | ports-8d0678b2271ad9c6f8cc165f00d204755effcb25.tar.gz ports-8d0678b2271ad9c6f8cc165f00d204755effcb25.zip |
Notes
Diffstat (limited to 'graphics/crystalspace-devel')
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 559c3a317668..cd28e10b2f1d 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/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 |