diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-07 14:44:07 +0800 |
commit | 7f5c842ed42288ac94f0ebe33096459dbacdcfd9 (patch) | |
tree | 4e3999bf93681818583609125dd0faaf05762913 /net-im | |
parent | b02486c7ba5c6d8deccc0e5b2109516d4c037e0f (diff) | |
download | freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.gz freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.tar.zst freebsd-ports-gnome-7f5c842ed42288ac94f0ebe33096459dbacdcfd9.zip |
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/uTox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index d48412317cc7..a8a16e7c1b3a 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -13,6 +13,10 @@ COMMENT= Lightweight Tox client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation +BROKEN_armv6= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation +BROKEN_armv7= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ |