summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-27 11:13:45 -0600
committerWill Dietz <w@wdtz.org>2018-02-27 11:13:45 -0600
commitaf73962f4506ca8070d986f40cca0ab8c301a518 (patch)
treeb5583bfee93fbe9a0c1a7fd9db3a3003392fdf60 /pkgs/tools
parent08805e977d28e238babbdb3b041b06e704cb059a (diff)
downloadnixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar.gz
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar.bz2
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar.lz
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar.xz
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.tar.zst
nixlib-af73962f4506ca8070d986f40cca0ab8c301a518.zip
luatex: add prefix to patch so it applies with default patch flags
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/luatex-gcc7.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/luatex-gcc7.patch b/pkgs/tools/typesetting/tex/texlive/luatex-gcc7.patch
index 4535d98de3b0..cdaa968bd421 100644
--- a/pkgs/tools/typesetting/tex/texlive/luatex-gcc7.patch
+++ b/pkgs/tools/typesetting/tex/texlive/luatex-gcc7.patch
@@ -4,8 +4,8 @@ https://www.tug.org/pipermail/tex-live/2017-June/040192.html
  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
+--- a/texk/web2c/luatexdir/luaffi/ctype.c
++++ b/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 */
@@ -17,8 +17,8 @@ https://www.tug.org/pipermail/tex-live/2017-June/040192.html
      *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
+--- a/texk/web2c/luatexdir/luaffi/ffi.h
++++ b/texk/web2c/luatexdir/luaffi/ffi.h 2017-06-01 09:12:45.128442092 +0000
 @@ -370,7 +370,7 @@ __declspec(align(16))
  #endif
  struct cdata {