aboutsummaryrefslogtreecommitdiffstats
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, 14 insertions, 0 deletions
diff --git a/testing/texlive/musl-fixes.patch b/testing/texlive/musl-fixes.patch
new file mode 100644
index 0000000000..694e554674
--- /dev/null
+++ b/testing/texlive/musl-fixes.patch
@@ -0,0 +1,14 @@
+--- 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