svn commit: r479982 - head/textproc/kenlm
Mark Linimon
linimon at FreeBSD.org
Tue Sep 18 07:39:30 UTC 2018
Author: linimon
Date: Tue Sep 18 07:39:29 2018
New Revision: 479982
URL: https://svnweb.freebsd.org/changeset/ports/479982
Log:
A previous change fixed build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/textproc/kenlm/Makefile
Modified: head/textproc/kenlm/Makefile
==============================================================================
--- head/textproc/kenlm/Makefile Tue Sep 18 07:38:01 2018 (r479981)
+++ head/textproc/kenlm/Makefile Tue Sep 18 07:39:29 2018 (r479982)
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}
MAINTAINER= demon at FreeBSD.org
COMMENT= KenLM Language Model Toolkit
+BROKEN_aarch64= fails to compile: target architecture was not detected as supported by Double-Conversion
+
BUILD_DEPENDS= bjam:devel/boost-jam \
bash:shells/bash
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
@@ -19,9 +21,6 @@ USES+= compiler:c++11-lib
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= fails to compile: error: in QuantTrieAll: difference{inf} between static_cast<double> and static_cast<double> exceeds 0.001%
do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/bjam --toolset=${CHOSEN_COMPILER_TYPE} --with-boost=${LOCALBASE} ${_MAKE_JOBS})
More information about the svn-ports-all
mailing list