diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/airspy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/airspy/Makefile b/comms/airspy/Makefile index 543454fc6d94..a60fef60162a 100644 --- a/comms/airspy/Makefile +++ b/comms/airspy/Makefile @@ -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 |