diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-11 07:48:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-11 07:48:18 +0000 |
commit | d968be62390458d3c5f47f58517a50f34cc5f6c9 (patch) | |
tree | 65ab762830812433c34fb2f2301c6c2929454fe5 /Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD | |
parent | 3b0b3263acb8f019faefec094b4f75ded56b6a9f (diff) |
lua 5.2.4
git-svn-id: svn://tug.org/texlive/trunk@36481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD')
-rw-r--r-- | Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD b/Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD new file mode 100644 index 00000000000..c9465de9446 --- /dev/null +++ b/Build/source/libs/lua52/lua-5.2.4-PATCHES/patch-02-FreeBSD @@ -0,0 +1,13 @@ +diff -ur lua-5.2.4.orig/src/liolib.c lua-5.2.4/src/liolib.c +--- lua-5.2.4.orig/src/liolib.c 2013-04-12 20:48:47.000000000 +0200 ++++ lua-5.2.4/src/liolib.c 2014-03-19 15:03:49.727286832 +0100 +@@ -19,6 +19,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#if defined(HAVE_UNISTD_H) ++#include <unistd.h> ++#endif + + #define liolib_c + #define LUA_LIB |