diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 04:35:10 +0000 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /textproc/randlm | |
parent | 510c2f235504914622c02f1f931f1830e9c4a5ef (diff) | |
download | ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.gz ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip |
Notes
Diffstat (limited to 'textproc/randlm')
-rw-r--r-- | textproc/randlm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 03ff11b91088..e70d58ef4639 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -24,9 +24,9 @@ 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 +BROKEN_aarch64= fails to compile: invalid output constraint =a in asm +BROKEN_armv6= fails to compile: invalid output constraint =a in asm +BROKEN_powerpc64= fails to compile: error: 'itr' does not name a type post-patch: cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h |