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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/libav/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index 019a82801c7f..8018aef7c229 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -11,6 +11,7 @@ COMMENT= Realtime audio/video conversion library LICENSE= GPLv2+ +BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment BROKEN_armv6= fails to compile: cc: warning: joined argument expects additional value: -mcpu= BUILD_DEPENDS= yasm:devel/yasm |