diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:04:37 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:36:00 +0100 |
| commit | f7fdfdaeec3764929686064a6054c38a6b2d7788 (patch) | |
| tree | a420a7aa231f9c43b9911a90b4cfa99ba60b3a24 /app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch | |
| parent | 97d464ca1fac11a186de447c6e258771063af450 (diff) | |
| download | gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.gz gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.bz2 gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.zip | |
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation
*files* and not software. Move it to app-text/ where it seems a better
fit.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch')
| -rw-r--r-- | app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch b/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch deleted file mode 100644 index 2c71a0af9ae8..000000000000 --- a/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://bugs.gentoo.org/906920 -https://gitlab.exherbo.org/exherbo/arbor/-/commit/7b517ba0068adc471fe7b2ed8cfbb191a197ca17 - -From 6d713aa98b36ee8219294515142c0225fbd09dfc Mon Sep 17 00:00:00 2001 -From: Heiko Becker <heirecka@exherbo.org> -Date: Thu, 25 May 2023 10:52:29 +0200 -Subject: [PATCH] Apply upstream fix for spdlog - -Fixes the build with musl >= 1.2.4, see -https://github.com/gabime/spdlog/commit/287a00d364990edbb621fe5e392aeb550135fb96 -for details. ---- a/deps/spdlog/include/spdlog/details/os-inl.h -+++ b/deps/spdlog/include/spdlog/details/os-inl.h -@@ -236,8 +236,8 @@ SPDLOG_INLINE size_t filesize(FILE *f) - # else - int fd = ::fileno(f); - # endif --// 64 bits(but not in osx or cygwin, where fstat64 is deprecated) --# if (defined(__linux__) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) -+// 64 bits(but not in osx, linux/musl or cygwin, where fstat64 is deprecated) -+# if ((defined(__linux__) && defined(__GLIBC__)) || defined(__sun) || defined(_AIX)) && (defined(__LP64__) || defined(_LP64)) - struct stat64 st; - if (::fstat64(fd, &st) == 0) - { --- -2.41.0.rc2 |
