From 44f9a966e03c032bb5d89a4385f545f3b1ce3775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Apr 2019 12:40:01 +0200 Subject: xatlas: Redo our custom changes, but properly documented --- thirdparty/xatlas/build-fix-limits.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 thirdparty/xatlas/build-fix-limits.patch (limited to 'thirdparty/xatlas/build-fix-limits.patch') diff --git a/thirdparty/xatlas/build-fix-limits.patch b/thirdparty/xatlas/build-fix-limits.patch new file mode 100644 index 0000000000..00d07371c0 --- /dev/null +++ b/thirdparty/xatlas/build-fix-limits.patch @@ -0,0 +1,14 @@ +diff --git a/thirdparty/xatlas/xatlas.h b/thirdparty/xatlas/xatlas.h +index 7e556c6c3..dbf8ca08c 100644 +--- a/thirdparty/xatlas/xatlas.h ++++ b/thirdparty/xatlas/xatlas.h +@@ -3,6 +3,9 @@ + #ifndef XATLAS_H + #define XATLAS_H + #include // FLT_MAX ++// -- GODOT start -- ++#include // INT_MAX, UINT_MAX ++// -- GODOT end -- + + namespace xatlas { + -- cgit v1.2.3