diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-26 19:47:09 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-26 19:47:24 +0100 |
commit | c9ea1e589c873746ce083699c77a90c8693a5743 (patch) | |
tree | e516de80a422f626b9de79731349a96d442450be /sci-visualization | |
parent | sys-cluster/minikube: Bump to version 1.25.2 (diff) | |
download | gentoo-c9ea1e589c873746ce083699c77a90c8693a5743.tar.gz gentoo-c9ea1e589c873746ce083699c77a90c8693a5743.tar.bz2 gentoo-c9ea1e589c873746ce083699c77a90c8693a5743.zip |
sci-visualization/gr: Better musl fix (thanks sam)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gr/files/gr-0.53.0-musl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/gr/files/gr-0.53.0-musl.patch b/sci-visualization/gr/files/gr-0.53.0-musl.patch index c5f0519341f6..5b7f55828583 100644 --- a/sci-visualization/gr/files/gr-0.53.0-musl.patch +++ b/sci-visualization/gr/files/gr-0.53.0-musl.patch @@ -20,7 +20,7 @@ index 669dd81f..50fde2c4 100644 #endif -#if defined(cray) || defined(__SVR4) || defined(_WIN32) -+#if defined(cray) || defined(__SVR4) || defined(_WIN32) || defined(__MUSL__) ++#if defined(cray) || defined(__SVR4) || defined(_WIN32) || !defined(__GLIBC__) #include <fcntl.h> #else #include <sys/file.h> |