summaryrefslogtreecommitdiffstats
path: root/textproc/kenlm/Makefile
diff options
context:
space:
mode:
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