diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 00:48:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 00:48:41 +0800 |
commit | 6f3104a1b99c94b1e935e6f53c07fb4244a01050 (patch) | |
tree | d3c5d62d3d857015fe349451ffb32f61bfafe36b /japanese | |
parent | 0b207d5e3da0c3adadd1561652783a1dfa0435da (diff) | |
download | freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.tar.gz freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.tar.zst freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.zip |
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index c83993f660fd..2c97c3e26825 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -47,7 +47,8 @@ LICENSE= GPLv2 RUN_DEPENDS= urlview:textproc/urlview \ ${LOCALBASE}/etc/mime.types:misc/mime-support -BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth +BROKEN_armv6= fails to compile: conflicting types for __wcwidth CONFLICTS= ja-mutt-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* |