diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:41:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:41:08 +0800 |
commit | 70fbe9a3604aa3dea8439d4f404d273df9270d14 (patch) | |
tree | 4592bb7d2ad1439745cfb23101676fabd60167e7 /textproc/groonga | |
parent | de4299b864dd56beaad5f2bbac07981a91fdd8b7 (diff) | |
download | freebsd-ports-gnome-70fbe9a3604aa3dea8439d4f404d273df9270d14.tar.gz freebsd-ports-gnome-70fbe9a3604aa3dea8439d4f404d273df9270d14.tar.zst freebsd-ports-gnome-70fbe9a3604aa3dea8439d4f404d273df9270d14.zip |
Mark broken on sparc64: does not compile.
Diffstat (limited to 'textproc/groonga')
-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 |