diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 18:10:13 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 18:10:13 +0200 |
commit | 0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f (patch) | |
tree | 4d14a4dc4c9c00d01188d28aafa4e7038661f6a8 /libxml2/largefile64.patch | |
parent | cd9ae395b22dadee1f80f47cea8a9527f9ab0fc2 (diff) | |
download | nutyx-pakxe-0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f.tar.gz nutyx-pakxe-0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f.tar.bz2 nutyx-pakxe-0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f.tar.xz nutyx-pakxe-0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f.zip |
xorg dans base
Diffstat (limited to 'libxml2/largefile64.patch')
-rw-r--r-- | libxml2/largefile64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/largefile64.patch b/libxml2/largefile64.patch new file mode 100644 index 000000000..29be82760 --- /dev/null +++ b/libxml2/largefile64.patch @@ -0,0 +1,12 @@ +--- libxml2-2.6.32.dfsg.orig/libxml.h ++++ libxml2-2.6.32.dfsg/libxml.h +@@ -13,6 +13,9 @@ + #ifndef _LARGEFILE_SOURCE + #define _LARGEFILE_SOURCE + #endif ++#ifndef _LARGEFILE64_SOURCE ++#define _LARGEFILE64_SOURCE ++#endif + #ifndef _FILE_OFFSET_BITS + #define _FILE_OFFSET_BITS 64 + #endif |