diff options
Diffstat (limited to 'profiles/prefix')
3 files changed, 6 insertions, 5 deletions
diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.mask index 913b4a72b20a..e7083708ab64 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/package.mask @@ -2,5 +2,4 @@ # Distributed under the terms of the GNU General Public License v2 # packages which link to framework and therefore fail (blocks) -dev-util/pkgconfig =sys-devel/binutils-apple-11.3.1-r1 diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index bcc732c3eb55..18d5f045ba27 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -1,10 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # unmask ld symlink package, due to missing blocks support we are not # able to compile binutils-apple sys-devel/binutils-apple -sys-devel/native-cctools - -# packages which link to framework and therefore fail (blocks) -dev-util/pkgconfig diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 70b202547e6d..643431b48593 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,3 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2021-09-05) +# gdbm-1.21 fails to build right now on macOS with: +# ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’``` +# bug #811792 +=sys-libs/gdbm-1.21 |