summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/luatex-gcc7.patch
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2018-07-21 21:40:20 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2018-07-21 21:40:20 -0500
commitc44024306e8f25f4847f67acdc4c2201728e8d00 (patch)
tree108aa9eebb02ddc9360d5b4df6cb09a622b50df0 /libre/texlive-bin/luatex-gcc7.patch
parent5c6e69d02efc6e7d1aa541a74c1430dc8f9e16bc (diff)
downloadabslibre-c44024306e8f25f4847f67acdc4c2201728e8d00.tar.gz
abslibre-c44024306e8f25f4847f67acdc4c2201728e8d00.tar.bz2
abslibre-c44024306e8f25f4847f67acdc4c2201728e8d00.zip
update texlive packages
Diffstat (limited to 'libre/texlive-bin/luatex-gcc7.patch')
-rw-r--r--libre/texlive-bin/luatex-gcc7.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/libre/texlive-bin/luatex-gcc7.patch b/libre/texlive-bin/luatex-gcc7.patch
deleted file mode 100644
index 7bbf55732..000000000
--- a/libre/texlive-bin/luatex-gcc7.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Author: Dr. Werner Fink <werner@suse.de>
-
----
- texk/web2c/luatexdir/luaffi/ctype.c | 4 ++++
- texk/web2c/luatexdir/luaffi/ffi.h | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
---- texk/web2c/luatexdir/luaffi/ctype.c
-+++ texk/web2c/luatexdir/luaffi/ctype.c 2017-05-31 13:08:25.421741873 +0000
-@@ -245,6 +245,10 @@ void* to_cdata(lua_State* L, int idx, st
-
- lua_pop(L, 1); /* mt */
- cd = (struct cdata*) lua_touserdata(L, idx);
-+ if (!cd) {
-+ lua_pushnil(L);
-+ return NULL;
-+ }
- *ct = cd->type;
- lua_getuservalue(L, idx);
-
---- texk/web2c/luatexdir/luaffi/ffi.h
-+++ texk/web2c/luatexdir/luaffi/ffi.h 2017-06-01 09:12:45.128442092 +0000
-@@ -370,7 +370,7 @@ __declspec(align(16))
- #endif
- struct cdata {
- const struct ctype type
--#ifdef __GNUC__
-+#if 0 /* def __GNUC__ */
- __attribute__ ((aligned(16)))
- #endif
- ;
-