diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-08 16:16:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-08 16:16:38 +0000 |
commit | a2758f114a6a0476e7113b667f33adef347b330f (patch) | |
tree | 6811341d5690e3582776ccc896ec1c2452b56ac6 | |
parent | Fails the same was on riscv64 as on aarch64. (diff) |
Mark as BROKEN on riscv64 similar to aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Notes
Notes:
svn path=/head/; revision=557294
-rw-r--r-- | devel/google-perftools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index ace6ac1388d1..86c6bfcf1ba3 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to compile: src/stacktrace.cc:230:2: Cannot calculate stack trace: will need to write for your environment +BROKEN_riscv64= fails to compile: src/base/basictypes.h:387:5: Could not determine cache line length - unknown architecture USES= compiler:c11 gmake libtool GNU_CONFIGURE= yes |