diff options
author | kris <kris@FreeBSD.org> | 2006-01-14 17:44:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-14 17:44:04 +0800 |
commit | e0305ae632ffd8534d54441ad2a31b5fce0827e1 (patch) | |
tree | b64fc47e0d88b646ff4fd6e744aa8d29ad3d5bec | |
parent | cfd6827dae79fc9fe78aec4155adb447b07ef4bb (diff) | |
download | freebsd-ports-gnome-e0305ae632ffd8534d54441ad2a31b5fce0827e1.tar.gz freebsd-ports-gnome-e0305ae632ffd8534d54441ad2a31b5fce0827e1.tar.zst freebsd-ports-gnome-e0305ae632ffd8534d54441ad2a31b5fce0827e1.zip |
BROKEN on sparc64: Does not compile
-rw-r--r-- | graphics/crystalspace-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/crystalspace/Makefile | 4 |
2 files changed, 8 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 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 |