summaryrefslogtreecommitdiffstats
path: root/base/libxml2/largefile64.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-17 21:14:47 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-17 21:14:47 +0100
commit108fc6ee438e754f5c0459c5abc50e09a9b7ba17 (patch)
treed502b00544fb65b22cfe2eb3be1b0be54a8ccfea /base/libxml2/largefile64.patch
parentde9659faade7107efc7ba2067a754a1ff93ace58 (diff)
downloadnutyx-pakxe-108fc6ee438e754f5c0459c5abc50e09a9b7ba17.tar.gz
nutyx-pakxe-108fc6ee438e754f5c0459c5abc50e09a9b7ba17.tar.bz2
nutyx-pakxe-108fc6ee438e754f5c0459c5abc50e09a9b7ba17.tar.xz
nutyx-pakxe-108fc6ee438e754f5c0459c5abc50e09a9b7ba17.zip
libxml2, nettoyage du port et passe ds base
Diffstat (limited to 'base/libxml2/largefile64.patch')
-rw-r--r--base/libxml2/largefile64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/base/libxml2/largefile64.patch b/base/libxml2/largefile64.patch
new file mode 100644
index 000000000..29be82760
--- /dev/null
+++ b/base/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