diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-31 08:56:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-31 08:56:19 +0000 |
commit | 52093c2fd8dd225c7b90e3c5074e3751b8a035e6 (patch) | |
tree | 3f672a3519ccc03a91c0756db49787f19f497568 /astro | |
parent | 20ed7ce24d2f5e2d771dc974d7de7021b5b61d20 (diff) | |
download | ports-52093c2fd8dd225c7b90e3c5074e3751b8a035e6.tar.gz ports-52093c2fd8dd225c7b90e3c5074e3751b8a035e6.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/oskar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/oskar/Makefile b/astro/oskar/Makefile index c74d210139a9..7eefc5a645f0 100644 --- a/astro/oskar/Makefile +++ b/astro/oskar/Makefile @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms +BROKEN_FreeBSD_12_powerpc64= fails to compile: oskar_convert_cirs_relative_directions_to_enu_directions.c:67:29: 'csinl' undeclared (first use in this function) LIB_DEPENDS= libcfitsio.so:astro/cfitsio |