diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
commit | cb4f0fc92060b736b2ab71fcf12d3a0b727aec49 (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /audio | |
parent | cbe45b0f19645e08dd6f6b65750642036029dbb7 (diff) | |
download | freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.gz freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.zst freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.zip |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zita-convolver/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/zita-convolver/Makefile b/audio/zita-convolver/Makefile index 9c4d84de4523..cc0ec867e1c4 100644 --- a/audio/zita-convolver/Makefile +++ b/audio/zita-convolver/Makefile @@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float +BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native' +BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native' + USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2 USE_LDCONFIG= yes WRKSRC_SUBDIR= libs |