aboutsummaryrefslogtreecommitdiffstats
path: root/testing/texlive/musl-fixes.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-15 06:14:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-15 06:15:00 +0000
commite46aa0ee28166182ec56389b97d6a37a8bfb985c (patch)
tree65ca5253c896d0e109f88b49c15d2f9e09b6fdde /testing/texlive/musl-fixes.patch
parenta8bbba3e396f8d330826e427b6ac924823e36034 (diff)
downloadaports-e46aa0ee28166182ec56389b97d6a37a8bfb985c.tar.bz2
aports-e46aa0ee28166182ec56389b97d6a37a8bfb985c.tar.xz
testing/texlive: upgrade to 20150521
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 694e554674..0000000000
--- 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