]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2-largefile.patch
up to 2.11.0
[packages/libxml2.git] / libxml2-largefile.patch
index 4cbf71d5048253166ec7609013e010a7aa74f73e..79d1c67eb2360381d4dec86db7f62c5eebf59ae8 100644 (file)
@@ -1,12 +1,12 @@
---- libxml2-2.7.6/libxml.h~    2009-09-24 17:31:59.000000000 +0200
-+++ libxml2-2.7.6/libxml.h     2009-10-10 18:57:55.681981813 +0200
-@@ -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
+--- libxml2-2.11.0/libxml.h.orig       2023-04-29 12:27:04.077844048 +0200
++++ libxml2-2.11.0/libxml.h    2023-04-29 12:28:21.828831198 +0200
+@@ -17,6 +17,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
This page took 0.113687 seconds and 4 git commands to generate.