Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/files/
Date: Sat, 26 Feb 2022 18:47:37
Message-Id: 1645901244.c9ea1e589c873746ce083699c77a90c8693a5743.dilfridge@gentoo
1 commit: c9ea1e589c873746ce083699c77a90c8693a5743
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 18:47:09 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 18:47:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ea1e58
7
8 sci-visualization/gr: Better musl fix (thanks sam)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sci-visualization/gr/files/gr-0.53.0-musl.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-visualization/gr/files/gr-0.53.0-musl.patch b/sci-visualization/gr/files/gr-0.53.0-musl.patch
17 index c5f0519341f6..5b7f55828583 100644
18 --- a/sci-visualization/gr/files/gr-0.53.0-musl.patch
19 +++ b/sci-visualization/gr/files/gr-0.53.0-musl.patch
20 @@ -20,7 +20,7 @@ index 669dd81f..50fde2c4 100644
21 #endif
22
23 -#if defined(cray) || defined(__SVR4) || defined(_WIN32)
24 -+#if defined(cray) || defined(__SVR4) || defined(_WIN32) || defined(__MUSL__)
25 ++#if defined(cray) || defined(__SVR4) || defined(_WIN32) || !defined(__GLIBC__)
26 #include <fcntl.h>
27 #else
28 #include <sys/file.h>