diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/cfitsio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 0ed54e695a12..9075be7f6270 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -35,6 +35,8 @@ PORTDOCS= * SHLIB_MAJOR_VER=5 SHLIB_MINOR_VER=${PORTVERSION:S|0$||} +BROKEN_sparc64= Fails to compile: malloc.h has been replaced by stdlib.h + do-install: cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/ cd ${WRKSRC}/ && ${INSTALL_DATA} libcfitsio.a ${STAGEDIR}${PREFIX}/lib/ |