comms/airspy: fix build on powerpc64

PR:		237005
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2019-04-04 07:53:58 +00:00
parent 6cd011e34b
commit b87b087765
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497802
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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)