svn commit: r497802 - in head/comms/airspy: . files

Yuri Victorovich yuri at FreeBSD.org
Thu Apr 4 07:53:59 UTC 2019


Author: yuri
Date: Thu Apr  4 07:53:58 2019
New Revision: 497802
URL: https://svnweb.freebsd.org/changeset/ports/497802

Log:
  comms/airspy: fix build on powerpc64
  
  PR:		237005
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/comms/airspy/Makefile
  head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c

Modified: head/comms/airspy/Makefile
==============================================================================
--- head/comms/airspy/Makefile	Thu Apr  4 07:36:12 2019	(r497801)
+++ head/comms/airspy/Makefile	Thu Apr  4 07:53:58 2019	(r497802)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/airspy-tools/LICENSE.md
 
 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 pkgconfig
 USE_GITHUB=	yes

Modified: head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c
==============================================================================
--- head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c	Thu Apr  4 07:36:12 2019	(r497801)
+++ head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c	Thu Apr  4 07:53:58 2019	(r497802)
@@ -6,7 +6,7 @@
  #elif defined(__FreeBSD__)
 +# if defined(FREEBSD_USE_SIMD)
    #define USE_SSE2
-+# endif
  #include <immintrin.h>
++# endif
    #define _inline inline
    #define _aligned_free(mem) free(mem)


More information about the svn-ports-head mailing list