diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-11 07:35:03 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-11 07:35:03 +0800 |
commit | 78b6654ad19b91ee7e0aa4ebade32da75edef06c (patch) | |
tree | 2a6449ecd944be7a9272a9e88d6dd4e6a75d9698 /audio | |
parent | 80c704a4f6523926f3d3cfeae558c38d2c70a5b2 (diff) | |
download | freebsd-ports-gnome-78b6654ad19b91ee7e0aa4ebade32da75edef06c.tar.gz freebsd-ports-gnome-78b6654ad19b91ee7e0aa4ebade32da75edef06c.tar.zst freebsd-ports-gnome-78b6654ad19b91ee7e0aa4ebade32da75edef06c.zip |
Remove now-useless, commented-out lines.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zita-convolver/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/zita-convolver/Makefile b/audio/zita-convolver/Makefile index c378c23b64fc..8d3772752b0b 100644 --- a/audio/zita-convolver/Makefile +++ b/audio/zita-convolver/Makefile @@ -16,10 +16,6 @@ LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float -#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native' -#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 |