summaryrefslogtreecommitdiffstats
path: root/textproc/randlm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/randlm/Makefile')
-rw-r--r--textproc/randlm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile
index 7683c42..0c21e0f 100644
--- a/textproc/randlm/Makefile
+++ b/textproc/randlm/Makefile
@@ -10,8 +10,6 @@ MASTER_SITES= SF/${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A toolkit for building randomized language models
-BROKEN_powerpc64= Does not build
-
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
@@ -26,6 +24,10 @@ CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
+BROKEN_aarch64= Fails to compile: invalid output constraint =a in asm
+BROKEN_armv6= Fails to compile: invalid output constraint =a in asm
+BROKEN_powerpc64= Does not build
+
post-patch:
cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h
${REINPLACE_CMD} -e s#strings.h#s.h# ${WRKSRC}/hadoop/r_compute_ngram_counts.cpp ${WRKSRC}/hadoop/m_compute_ngram_counts_batch.cpp
OpenPOWER on IntegriCloud