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 /comms | |
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 'comms')
-rw-r--r-- | comms/airspy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/airspy/Makefile b/comms/airspy/Makefile index 921c9d5e5113..543454fc6d94 100644 --- a/comms/airspy/Makefile +++ b/comms/airspy/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/airspy-tools/LICENSE.md BROKEN_FreeBSD_10= error: use of undeclared identifier '__m128' +BROKEN_aarch64= fails to compile: invalid conversion between vector type '__m64' and integer type 'int' USES= cmake:outsource pkgconfig USE_GITHUB= yes |