diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-19 22:41:29 +0800 |
commit | 81d559e229a6e0ba412844e131343f0dfc078e39 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /comms | |
parent | 86dbf215014e2a48eec8de22391aa98bd59a3e38 (diff) | |
download | freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.tar.gz freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.tar.zst freebsd-ports-gnome-81d559e229a6e0ba412844e131343f0dfc078e39.zip |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 71338a9a8b41..e72287beabfa 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -37,6 +37,8 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \ liborc-0.4.so:devel/orc RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + # USES=compiler:c11 is necessary because base GCC fails: # volk/lib/volk_cpu.c: In function 'i_can_has_3dnow': # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' |