svn commit: r568577 - head/audio/webrtc-audio-processing

Jan Beich jbeich at FreeBSD.org
Tue Mar 16 16:34:37 UTC 2021


Author: jbeich
Date: Tue Mar 16 16:34:36 2021
New Revision: 568577
URL: https://svnweb.freebsd.org/changeset/ports/568577

Log:
  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

Modified:
  head/audio/webrtc-audio-processing/Makefile   (contents, props changed)

Modified: head/audio/webrtc-audio-processing/Makefile
==============================================================================
--- head/audio/webrtc-audio-processing/Makefile	Tue Mar 16 16:32:31 2021	(r568576)
+++ head/audio/webrtc-audio-processing/Makefile	Tue Mar 16 16:34:36 2021	(r568577)
@@ -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


More information about the svn-ports-head mailing list