svn commit: r462271 - head/comms/gnuradio
Mark Linimon
linimon at FreeBSD.org
Mon Feb 19 03:51:54 UTC 2018
Author: linimon
Date: Mon Feb 19 03:51:53 2018
New Revision: 462271
URL: https://svnweb.freebsd.org/changeset/ports/462271
Log:
Fails the same way on armvX as on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/comms/gnuradio/Makefile
Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile Mon Feb 19 02:55:27 2018 (r462270)
+++ head/comms/gnuradio/Makefile Mon Feb 19 03:51:53 2018 (r462271)
@@ -12,6 +12,10 @@ COMMENT= Amateur Radio Software defined radio
LICENSE= GPLv3
+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'?
+BROKEN_armv6= 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'?
+BROKEN_armv7= 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'?
+
BUILD_DEPENDS= sdl-config:devel/sdl12 \
swig3.0:devel/swig30 \
cheetah:devel/py-cheetah@${PY_FLAVOR} \
@@ -36,8 +40,6 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \
libboost_date_time.so:devel/boost-libs \
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':
More information about the svn-ports-all
mailing list