View | Details | Raw Unified | Return to bug 237005
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 14-20 Link Here
14
LICENSE_FILE=	${WRKSRC}/airspy-tools/LICENSE.md
14
LICENSE_FILE=	${WRKSRC}/airspy-tools/LICENSE.md
15
15
16
BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
16
BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
17
BROKEN_powerpc64=	fails to build: iqconverter_float.c:45:23: error: immintrin.h: No such file or directory
18
17
19
USES=		cmake pkgconfig
18
USES=		cmake pkgconfig
20
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)files/patch-libairspy_src_iqconverter__float.c (-1 / +1 lines)
Lines 6-12 Link Here
6
 #elif defined(__FreeBSD__)
6
 #elif defined(__FreeBSD__)
7
+# if defined(FREEBSD_USE_SIMD)
7
+# if defined(FREEBSD_USE_SIMD)
8
   #define USE_SSE2
8
   #define USE_SSE2
9
 #include <immintrin.h>
9
+# endif
10
+# endif
10
 #include <immintrin.h>
11
   #define _inline inline
11
   #define _inline inline
12
   #define _aligned_free(mem) free(mem)
12
   #define _aligned_free(mem) free(mem)

Return to bug 237005