From: Jakub Bogusz Date: Sat, 2 Apr 2022 13:07:48 +0000 (+0200) Subject: - updated to 2.12.0 X-Git-Tag: auto/th/crossmingw32-freetype-2.12.0-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d591cc5cc3802c166bb83c752dac7bb0a9a2635d;p=packages%2Fcrossmingw32-freetype.git - updated to 2.12.0 - added mingw32 patch (include header additionally required for mingw32) --- diff --git a/freetype-mingw32.patch b/freetype-mingw32.patch new file mode 100644 index 0000000..9082fa9 --- /dev/null +++ b/freetype-mingw32.patch @@ -0,0 +1,10 @@ +--- freetype-2.12.0/builds/windows/ftsystem.c.orig 2022-03-30 20:50:28.000000000 +0200 ++++ freetype-2.12.0/builds/windows/ftsystem.c 2022-04-02 14:56:53.702763942 +0200 +@@ -28,6 +28,7 @@ + /* memory mapping and allocation includes and definitions */ + #define WIN32_LEAN_AND_MEAN + #include ++#include + + + /**************************************************************************