diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-20 06:17:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-20 06:17:02 +0800 |
commit | 336be1e02334303702e547bf5d081dda76a0f927 (patch) | |
tree | d0f30f805cf9fc40d85576ac17b83124869b9876 /comms | |
parent | 4e771f5b1a4358774aae5c68790b72e35ec54ea7 (diff) | |
download | freebsd-ports-gnome-336be1e02334303702e547bf5d081dda76a0f927.tar.gz freebsd-ports-gnome-336be1e02334303702e547bf5d081dda76a0f927.tar.zst freebsd-ports-gnome-336be1e02334303702e547bf5d081dda76a0f927.zip |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
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 |