summaryrefslogtreecommitdiffstats
path: root/textproc/kenlm/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
committerlinimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
commit5f8cfeecdfe3b38a23300470e9b836ada7916daa (patch)
tree0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /textproc/kenlm/Makefile
parent59a089f597ea0dba8f7962c3c2153b0d9444e15a (diff)
downloadFreeBSD-ports-5f8cfeecdfe3b38a23300470e9b836ada7916daa.zip
FreeBSD-ports-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.gz
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc/kenlm/Makefile')
-rw-r--r--textproc/kenlm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile
index cfbb4b3..c5f3d74 100644
--- a/textproc/kenlm/Makefile
+++ b/textproc/kenlm/Makefile
@@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= KenLM Language Model Toolkit
-BROKEN_powerpc64= Does not build
-
BUILD_DEPENDS= bjam:devel/boost-jam \
bash:shells/bash
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
@@ -22,6 +20,9 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build
+BROKEN_aarch64= Fails to compile: target architecture was not detected as supported by Double-Conversion
+BROKEN_powerpc64= Does not build
+
do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/bjam --toolset=${CHOSEN_COMPILER_TYPE} --with-boost=${LOCALBASE} ${_MAKE_JOBS})
OpenPOWER on IntegriCloud