diff options
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 19ce4ddaaed2..d5bbf14bdbd8 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -26,6 +26,10 @@ MAN1= groonga.1 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_MECAB) || exists(${LOCALBASE}/lib/libmecab.so) CONFIGURE_ARGS+= --with-mecab LIB_DEPENDS+= mecab:${PORTSDIR}/japanese/mecab |