diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-14 13:43:21 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-14 13:43:21 +0100 |
commit | 9fa7ad2caf2250de66da9e45d8405efcc7c3c881 (patch) | |
tree | 70de0ea47fcdcd1c2205b2968e6d465fd8854532 /profiles/prefix | |
parent | eclass/db.eclass: use get_libname for Darwin support (diff) | |
download | gentoo-9fa7ad2caf2250de66da9e45d8405efcc7c3c881.tar.gz gentoo-9fa7ad2caf2250de66da9e45d8405efcc7c3c881.tar.bz2 gentoo-9fa7ad2caf2250de66da9e45d8405efcc7c3c881.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 99f21f91b1f5..523a5c82a1d1 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 <grobian@gentoo.org> (2021-01-14) +# fails to compile with was not declared in this scope errors +=dev-util/cmake-3.19.3 + # Fabian Groffen <grobian@gentoo.org> (2021-01-10) # fails to compile on regex and nonull definitions in # gnulib/malloc/dynarray-skeleton.c |