svn commit: r480118 - head/comms/airspy

Mark Linimon linimon at FreeBSD.org
Wed Sep 19 22:17:03 UTC 2018


Author: linimon
Date: Wed Sep 19 22:17:02 2018
New Revision: 480118
URL: https://svnweb.freebsd.org/changeset/ports/480118

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/airspy/Makefile

Modified: head/comms/airspy/Makefile
==============================================================================
--- head/comms/airspy/Makefile	Wed Sep 19 21:58:22 2018	(r480117)
+++ head/comms/airspy/Makefile	Wed Sep 19 22:17:02 2018	(r480118)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/airspy-tools/LICENSE.md
 
 BROKEN_FreeBSD_10=	error: use of undeclared identifier '__m128'
 BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
+BROKEN_powerpc64=	fails to build: iqconverter_float.c:45:23: error: immintrin.h: No such file or directory
 
 USES=		cmake:outsource pkgconfig
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list