aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-28 05:23:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-28 05:25:09 +0000
commitabdd1534fc5dbe4f12f3cd00ccf17f4e904cbda8 (patch)
tree94316c18b36f9e0a2c915a5962d7c76b8ba75de8
parent15206ff6e8500710d6e49bbfdbf1aa18a944b0d4 (diff)
downloadports-abdd1534fc5dbe4f12f3cd00ccf17f4e904cbda8.tar.gz
ports-abdd1534fc5dbe4f12f3cd00ccf17f4e904cbda8.zip
devel/google-perftools: Fix build on aarch64
'profiler' option fails to initialize Reported by: fallout (cherry picked from commit 7be2fec463baa1b714b9280c2a2f2e98c159799b)
-rw-r--r--devel/google-perftools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index 52089f56d0e0..83843a36c180 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -31,7 +31,7 @@ OPTIONS_SINGLE= PAGESIZE ALIGN
OPTIONS_SINGLE_ALIGN= ALIGN8 ALIGN16
OPTIONS_SINGLE_PAGESIZE= PAGE8K PAGE32K PAGE64K
OPTIONS_DEFAULT= PAGE8K ALIGN16
-OPTIONS_DEFAULT_aarch64= PROFILER
+OPTIONS_DEFAULT_aarch64= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler, see https://github.com/gperftools/gperftools/issues/1362
OPTIONS_DEFAULT_amd64= PROFILER
OPTIONS_DEFAULT_armv6= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
OPTIONS_DEFAULT_armv7= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.