Andreas Wacknitz
2023-02-05 5d939a1b4c26c6c619b33d5d2f8c1a6ea2105c35
components/scientific/gdl/patches/02-file.cpp.patch
@@ -1,6 +1,15 @@
--- gdl-0.9.7/src/file.cpp   Sat Jan 21 09:17:12 2017
+++ gdl-0.9.7/src/file.cpp.1   Thu May 25 21:03:59 2017
@@ -698,7 +698,7 @@
--- gdl-1.0.2/src/file.cpp.orig   2023-01-06 18:39:47.000000000 +0100
+++ gdl-1.0.2/src/file.cpp   2023-02-04 21:53:03.027380107 +0100
@@ -63,6 +63,8 @@
 #   define u_int64_t uint64_t
 #endif
+#define u_int64_t uint64_t
+
 #ifndef _MSC_VER
 #   include <dirent.h>
 #else
@@ -786,7 +788,7 @@
     if( !quote)
       fnFlags |= FNM_NOESCAPE;