PKGBUILDs/extra/libxml2/largefile64.patch
2009-10-09 21:23:22 -05:00

12 lines
282 B
Diff

--- 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