diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 21:06:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 21:06:52 +0000 |
commit | 023651a567125dbcf59623eb022b9d2b4f5ab840 (patch) | |
tree | 366d50098a898c43fbbf18b4f2b6c147ceec32fe | |
parent | 3a26eeff9b4fbf436cab4b1e02b0ecf6fd7ebb68 (diff) | |
download | freebsd-ports-023651a567125dbcf59623eb022b9d2b4f5ab840.zip |
Mark as broken on aarch64:
ccp4/ccp4_sysdep.h:244:4: error: "Can't determine machine number format"
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | science/libccp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/libccp4/Makefile b/science/libccp4/Makefile index 6a599aca1b54..265da3ea37f1 100644 --- a/science/libccp4/Makefile +++ b/science/libccp4/Makefile @@ -14,6 +14,8 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER +BROKEN_aarch64= ccp4/ccp4_sysdep.h:244:4: error: "Can't determine machine number format" + LIB_DEPENDS= libmmdb2.so:science/mmdb2 USES= fortran gmake libtool localbase:ldflags |