git: b23f1453d44c - main - math/lean: disable TCMALLOC on powerpc to fix SIGILL during build

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 09 May 2023 20:00:55 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b23f1453d44c4affec34b06e8c8c1984617de286

commit b23f1453d44c4affec34b06e8c8c1984617de286
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-05-09 19:54:44 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-05-09 19:54:44 +0000

    math/lean: disable TCMALLOC on powerpc to fix SIGILL during build
---
 math/lean/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/lean/Makefile b/math/lean/Makefile
index dcd1ef711202..9574098c71f3 100644
--- a/math/lean/Makefile
+++ b/math/lean/Makefile
@@ -29,6 +29,7 @@ CMAKE_TESTING_ON=	BUILD_TESTING
 
 OPTIONS_DEFINE=		TCMALLOC THREADS
 OPTIONS_DEFAULT=	TCMALLOC THREADS
+OPTIONS_EXCLUDE_powerpc=	TCMALLOC
 
 TCMALLOC_DESC=		Use tcmalloc from google-perftools as memory allocator
 TCMALLOC_CMAKE_BOOL=	TCMALLOC