diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-23 16:08:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-23 16:09:37 +0000 |
commit | c16c251de9c90431213f24be8c26ae33e50254ca (patch) | |
tree | a2a8b2fa39d056e15be5527f50414510709dee54 | |
parent | 52d854fd5634f346c73c1c4b62a2452ce1e0b8c6 (diff) |
devel/google-perftools: Broken on armv7
Reported by: fallout
(cherry picked from commit 767ba590adb470f7af71624c13f048d1c6d461c0)
-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 ac1202426f2d..52089f56d0e0 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -14,6 +14,7 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv7= error: use of undeclared identifier '_URC_NO_REASON', see https://github.com/gperftools/gperftools/issues/1360 BROKEN_riscv64= error: Cannot calculate stack trace: will need to write for your environment, see https://github.com/gperftools/gperftools/issues/1359 USES= compiler:c11 gmake libtool localbase:ldflags |