diff options
author | acm <acm@FreeBSD.org> | 2006-09-21 04:43:44 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-21 04:43:44 +0800 |
commit | 5644a529186f82b56faff214b815150ea70b13c9 (patch) | |
tree | 903a4b65d2a5c6d44af640104d5a599f1768ba47 /graphics | |
parent | 89806fc489f213310c05023830de071a63eb36a4 (diff) | |
download | freebsd-ports-gnome-5644a529186f82b56faff214b815150ea70b13c9.tar.gz freebsd-ports-gnome-5644a529186f82b56faff214b815150ea70b13c9.tar.zst freebsd-ports-gnome-5644a529186f82b56faff214b815150ea70b13c9.zip |
- Mark BROKEN on sparc64
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 6 | ||||
-rw-r--r-- | graphics/crystalspace/Makefile | 6 |
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) |