diff options
Diffstat (limited to 'lang/rubinius/Makefile')
-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 |