diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-10 17:07:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-10 17:07:24 +0800 |
commit | a6fed547c788dcd5351cd499e574c5465d167025 (patch) | |
tree | 378af171da02f70d9661285438bbc7f208094162 /lang | |
parent | 6338fd20012cacbf59615820877e81684403cdcc (diff) | |
download | freebsd-ports-gnome-a6fed547c788dcd5351cd499e574c5465d167025.tar.gz freebsd-ports-gnome-a6fed547c788dcd5351cd499e574c5465d167025.tar.zst freebsd-ports-gnome-a6fed547c788dcd5351cd499e574c5465d167025.zip |
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rubinius/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index f996ad4d556a..96dfb68d39a3 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -43,6 +43,9 @@ OPTIONS= GDBM "Enable GDBM support" on MANUAL_PACKAGE_BUILD= hangs on pointyhat .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif .if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h) LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm |