Index: Makefile =================================================================== --- Makefile (revision 497616) +++ Makefile (working copy) @@ -14,7 +14,6 @@ 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 Index: files/patch-libairspy_src_iqconverter__float.c =================================================================== --- files/patch-libairspy_src_iqconverter__float.c (revision 497616) +++ files/patch-libairspy_src_iqconverter__float.c (working copy) @@ -6,7 +6,7 @@ #elif defined(__FreeBSD__) +# if defined(FREEBSD_USE_SIMD) #define USE_SSE2 + #include +# endif - #include #define _inline inline #define _aligned_free(mem) free(mem)