summaryrefslogtreecommitdiffstats
path: root/libxml2/largefile64.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:18:02 +0200
commit5dd4048765e237d6210ed799359cb7c397b1e4e6 (patch)
tree976332f524be6a07082a275a63fc0dac0215fca2 /libxml2/largefile64.patch
parente9ef802a013ac393a057134f1fdaad745aa38573 (diff)
downloadnutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.gz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.bz2
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.tar.xz
nutyx-extra-5dd4048765e237d6210ed799359cb7c397b1e4e6.zip
déplacé dans base
Diffstat (limited to 'libxml2/largefile64.patch')
-rw-r--r--libxml2/largefile64.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libxml2/largefile64.patch b/libxml2/largefile64.patch
deleted file mode 100644
index 29be82760..000000000
--- a/libxml2/largefile64.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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