diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 22:16:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 22:16:50 +0000 |
commit | 378be05b39e0bbdaa00c96c4738cb13596ef1f2f (patch) | |
tree | 1b2df8c09e0cb56901d85fbbb3eef88a094ae8c6 /lang/mosh | |
parent | Mark some ports failing to package on armv6, with errors classified as (diff) |
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441881
Diffstat (limited to 'lang/mosh')
-rw-r--r-- | lang/mosh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 914f31d2ad7a..36e0d41a60d1 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -16,6 +16,9 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libgmp.so:math/gmp \ libonig.so:devel/oniguruma5 +BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' +BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries' + CONFLICTS_INSTALL= mosh-1.[0-9].* USES= gmake ssl |