diff options
author | kris <kris@FreeBSD.org> | 2006-04-23 06:16:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-23 06:16:27 +0800 |
commit | 29137f117af323b0579f591d90f3c3a45455e902 (patch) | |
tree | b814cacb5c131c33b63996bb549c30702f5f6d88 /graphics/crystalspace-devel | |
parent | eb6f253680496c62040d9c982002e9dcb7bb94f1 (diff) | |
download | freebsd-ports-gnome-29137f117af323b0579f591d90f3c3a45455e902.tar.gz freebsd-ports-gnome-29137f117af323b0579f591d90f3c3a45455e902.tar.zst freebsd-ports-gnome-29137f117af323b0579f591d90f3c3a45455e902.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'graphics/crystalspace-devel')
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index a91a357f330f..09a23383ddd5 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -58,8 +58,8 @@ OPTIONS= DEBUG "Build with debugging information" on \ BROKEN= "Does not compile" .endif -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${ARCH} != "i386" +BROKEN= Does not compile on ${ARCH} .endif .if !defined(WITHOUT_DEBUG) |