aboutsummaryrefslogtreecommitdiff
path: root/textproc/randlm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-03 16:39:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-03 16:39:33 +0000
commitfd17c319561f435d8491d9b2fc8ebe59a1e4c115 (patch)
tree5d42098f48c91f967118191fd409d9ce3a965f12 /textproc/randlm
parent33aa53e0fdc6cc80dc23ba3f8e05abedcfba935e (diff)
downloadports-fd17c319561f435d8491d9b2fc8ebe59a1e4c115.tar.gz
ports-fd17c319561f435d8491d9b2fc8ebe59a1e4c115.zip
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=556911
Diffstat (limited to 'textproc/randlm')
-rw-r--r--textproc/randlm/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile
index 35793bd88d75..c543ba41f924 100644
--- a/textproc/randlm/Makefile
+++ b/textproc/randlm/Makefile
@@ -13,13 +13,14 @@ COMMENT= Toolkit for building randomized language models
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
-LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
-
BROKEN_aarch64= fails to compile: invalid output constraint =a in assembler
BROKEN_armv6= fails to compile: invalid output constraint =a in assembler
BROKEN_powerpc64= fails to compile: 'itr' does not name a type
+BROKEN_riscv64= fails to compile: invalid output constraint =a in assembler
+
+BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs
+RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
USES= autoreconf libtool localbase:ldflags compiler:c++11-lang
USE_CXXSTD= gnu++98