aports/testing/texlive/musl-fixes.patch
Carlo Landmeter f9f2e4330b testing/texlive: new aport
This is a minimal src build.
Dont expect it to work at all.
2015-02-12 13:45:29 +00:00

15 lines
257 B
Diff

--- 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