summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/darwin/macos/package.mask')
-rw-r--r--profiles/prefix/darwin/macos/package.mask6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
index a406d72c1e6a..1d194495f268 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,8 +1,12 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <grobian@gentoo.org> (2022-01-08)
+# malloc crash during install on >=11.0, bug #830425
+=dev-util/cmake-3.22.1
+
# Sam James <sam@gentoo.org> (2021-12-23)
-# Fails to build due to gnulib errors:
+# Fails to build due to gnulib errors on >=11.0:
# ```timespec.h:52:21: error: expected identifier or ‘(’ before ‘struct’
# 52 | _GL_TIMESPEC_INLINE struct timespec```
# bug #829847