commit:     9fa7ad2caf2250de66da9e45d8405efcc7c3c881
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 12:43:21 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 12:43:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa7ad2c

profiles/prefix/darwin/macos/package.mask: mask cmake-3.19.3

Fails to compile with multiple errors like

/Library/Gentoo-HighSierra/var/tmp/portage/dev-util/cmake-3.19.3/work/cmake-3.19.3/Source/cmGlobalXCodeGenerator.cxx:3161:5:
 error: ‘CFStringRef’ was not declared in this scope
 3161 |     CFStringRef s = CFUUIDCreateString(kCFAllocatorDefault, uuid);
      |     ^~~~~~~~~~~

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 profiles/prefix/darwin/macos/package.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index 99f21f91b1f..523a5c82a1d 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Fabian Groffen <grob...@gentoo.org> (2021-01-14)
+# fails to compile with was not declared in this scope errors
+=dev-util/cmake-3.19.3
+
 # Fabian Groffen <grob...@gentoo.org> (2021-01-10)
 # fails to compile on regex and nonull definitions in
 # gnulib/malloc/dynarray-skeleton.c

Reply via email to