aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-11-04 22:14:45 +0800
committerantoine <antoine@FreeBSD.org>2018-11-04 22:14:45 +0800
commitff150f801d33ebbfbdcc495a7ef749fba52f44bf (patch)
tree27c53e25548967d9e96d8a6af9301797bc5c6ba0
parent22033ccba94a35e73d0489d78767bdd4708b686e (diff)
downloadfreebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.tar.gz
freebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.tar.zst
freebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.zip
Mark BROKEN: fails to build
In file included from moses/LM/Rand.cpp:37: In file included from /usr/local/include/RandLM/RandLM.h:23: /usr/local/include/RandLM/RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init] static const float kFloatErr = 0.00001f; ^ ~~~~~~~~ Reported by: pkg-fallout
-rw-r--r--math/mosesdecoder/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile
index 0ebec2f22d0f..842f31a57b3a 100644
--- a/math/mosesdecoder/Makefile
+++ b/math/mosesdecoder/Makefile
@@ -10,6 +10,8 @@ CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Statistical machine translation system
+BROKEN= fails to build
+
BUILD_DEPENDS= bash:shells/bash \
bjam:devel/boost-jam
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \