summaryrefslogtreecommitdiffstats
path: root/testing/texlive/musl-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/texlive/musl-fixes.patch')
-rw-r--r--testing/texlive/musl-fixes.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/texlive/musl-fixes.patch b/testing/texlive/musl-fixes.patch
deleted file mode 100644
index 694e55467..000000000
--- a/testing/texlive/musl-fixes.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/utils/pmx/pmx-2.7.0/libf2c/sysdep1.h.orig
-+++ b/utils/pmx/pmx-2.7.0/libf2c/sysdep1.h
-@@ -10,7 +10,11 @@
-
- #ifdef __linux__
- #define USE_LARGEFILE
-+#ifdef __GLIBC__
- #define OFF_T __off64_t
-+#else
-+#define OFF_T off_t
-+#endif
- #endif
-
- #ifdef _AIX43