Salome HOME
SALOME 6.5.0 preparation: homard 10.3 -> 10.4
[tools/install.git] / config_files / patches / libxml2_2.7.8.patch
1 --- libxml.h
2 +++ libxml.h
3 @@ -13,6 +13,9 @@
4  #ifndef _LARGEFILE_SOURCE
5  #define _LARGEFILE_SOURCE
6  #endif
7 +#ifndef _LARGEFILE64_SOURCE
8 +#define _LARGEFILE64_SOURCE
9 +#endif
10  #ifndef _FILE_OFFSET_BITS
11  #define _FILE_OFFSET_BITS 64
12  #endif
13