diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
commit | e8210b4758f3afbc598afa1378b85f04ee1d062c (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /audio | |
parent | e4ce169cc8bc7d8c7e35979de1a35c0b0be50e00 (diff) |
Notes
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 |