diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-28 03:41:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-28 03:41:40 +0000 |
commit | 90e3a1c743d4cdf0bd66dadcd172b7e89c15df35 (patch) | |
tree | 9b1d7117e1868253eed0316f08a24766a28f5c0c /audio | |
parent | f4eb40a1517f1fe5b21f721196908d7a47eec33a (diff) | |
download | freebsd-ports-90e3a1c743d4cdf0bd66dadcd172b7e89c15df35.zip |
These ports fail on powerpc64 the same way as on arm.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/eq10q-lv2/Makefile | 1 | ||||
-rw-r--r-- | audio/sorcer-lv2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/eq10q-lv2/Makefile b/audio/eq10q-lv2/Makefile index e309df9e7483..6bb54c7ca675 100644 --- a/audio/eq10q-lv2/Makefile +++ b/audio/eq10q-lv2/Makefile @@ -16,6 +16,7 @@ BROKEN_aarch64= fails to compile: unknown FP unit 'sse' BROKEN_armv6= fails to compile: unknown FP unit 'sse' BROKEN_armv7= fails to compile: unknown FP unit 'sse' BROKEN_mips64= fails to compile: unknown FP unit 'sse' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-msse" BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfftw3.so:math/fftw3 \ diff --git a/audio/sorcer-lv2/Makefile b/audio/sorcer-lv2/Makefile index e6471d325763..2a168ed9cbdd 100644 --- a/audio/sorcer-lv2/Makefile +++ b/audio/sorcer-lv2/Makefile @@ -17,6 +17,7 @@ BROKEN_aarch64= fails to compile: unknown FP unit 'sse' BROKEN_armv6= fails to compile: unknown FP unit 'sse' BROKEN_armv7= fails to compile: unknown FP unit 'sse' BROKEN_mips64= fails to compile: unknown FP unit 'sse' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-msse2" BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs |