aboutsummaryrefslogtreecommitdiff
path: root/audio/webrtc-audio-processing
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-16 16:34:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-16 16:34:36 +0000
commit8f32d5356cd000850979683a8a9f32298a7c5310 (patch)
tree1ed9a59b10dfd1cc7c4de8d4eec01f34710a4508 /audio/webrtc-audio-processing
parentc66ed4ed997e94e9536912927466321b1358c1a6 (diff)
downloadports-8f32d5356cd000850979683a8a9f32298a7c5310.tar.gz
ports-8f32d5356cd000850979683a8a9f32298a7c5310.zip
audio/webrtc-audio-processing: mark broken on powerpc*
In file included from ../webrtc/system_wrappers/source/cpu_features.cc:13: ../webrtc/rtc_base/system/arch.h:54:2: error: Please add support for your architecture in rtc_base/system/arch.h #error Please add support for your architecture in rtc_base/system/arch.h ^ ../webrtc/rtc_base/system/arch.h:58:2: error: Define either WEBRTC_ARCH_LITTLE_ENDIAN or WEBRTC_ARCH_BIG_ENDIAN #error Define either WEBRTC_ARCH_LITTLE_ENDIAN or WEBRTC_ARCH_BIG_ENDIAN ^ 2 errors generated. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=568577
Diffstat (limited to 'audio/webrtc-audio-processing')
-rw-r--r--audio/webrtc-audio-processing/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/webrtc-audio-processing/Makefile b/audio/webrtc-audio-processing/Makefile
index a7152a1f961a..3a23477fb637 100644
--- a/audio/webrtc-audio-processing/Makefile
+++ b/audio/webrtc-audio-processing/Makefile
@@ -17,6 +17,8 @@ COMMENT= AudioProcessing module from WebRTC project
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc= fails to compile: ./webrtc/rtc_base/system/arch.h:54:2: Please add support for your architecture in rtc_base/system/arch.h
+BROKEN_powerpc64= fails to compile: ./webrtc/rtc_base/system/arch.h:54:2: Please add support for your architecture in rtc_base/system/arch.h
BROKEN_riscv64= fails to compile: ./webrtc/rtc_base/system/arch.h:54:2: Please add support for your architecture in rtc_base/system/arch.h
BUILD_DEPENDS= cmake:devel/cmake