summaryrefslogtreecommitdiffstats
path: root/libxml2/largefile64.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:36:47 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:36:47 +0200
commit5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8 (patch)
tree7d67c0ea1642b65c19c74a910635ef815e0980c1 /libxml2/largefile64.patch
parent246b3a734a414fd313056b919235d3658ea0a374 (diff)
downloadnutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.gz
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.bz2
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.xz
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.zip
Revert "xorg dans base"
This reverts commit 0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f. Conflicts: expat/Pkgfile glib/.footprint.i686 glib/.footprint.x86_64 glib/.md5sum.i686 glib/.md5sum.x86_64 glib/Pkgfile
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