diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-12 13:45:29 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-12 13:45:29 +0000 |
commit | f9f2e4330bd518df2316527318f21ada2d026988 (patch) | |
tree | b6a0832da09a3ba18273d57532dbf3bd162f01f6 /testing/texlive/musl-fixes.patch | |
parent | df64aa9f195fe39c90456b2522e0d7fe551e937f (diff) | |
download | aports-f9f2e4330bd518df2316527318f21ada2d026988.tar.bz2 aports-f9f2e4330bd518df2316527318f21ada2d026988.tar.xz |
testing/texlive: new aport
This is a minimal src build.
Dont expect it to work at all.
Diffstat (limited to 'testing/texlive/musl-fixes.patch')
-rw-r--r-- | testing/texlive/musl-fixes.patch | 14 |
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 |