commit:     680efb82da046abd013deccc724be5471360d255
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 09:13:02 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 09:15:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680efb82

dev-util/cmake-3.19.1: extend macOS GCC fix to (hypothetical) Fortran

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-util/cmake/cmake-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.19.1.ebuild 
b/dev-util/cmake/cmake-3.19.1.ebuild
index 09d448bde37..9c290413b18 100644
--- a/dev-util/cmake/cmake-3.19.1.ebuild
+++ b/dev-util/cmake/cmake-3.19.1.ebuild
@@ -136,7 +136,7 @@ src_prepare() {
                # disable isysroot usage with GCC, we've properly instructed
                # where things are via GCC configuration and ldwrapper
                sed -i -e '/cmake_gnu_set_sysroot_flag/d' \
-                       Modules/Platform/Apple-GNU-C{,XX}.cmake || die
+                       Modules/Platform/Apple-GNU-*.cmake || die
        fi
 
        # Add gcc libs to the default link paths

Reply via email to