]> git.pld-linux.org Git - packages/crossmingw32-freetype.git/commitdiff
- updated to 2.12.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Apr 2022 13:07:48 +0000 (15:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Apr 2022 13:08:29 +0000 (15:08 +0200)
- added mingw32 patch (include header additionally required for mingw32)

freetype-mingw32.patch [new file with mode: 0644]

diff --git a/freetype-mingw32.patch b/freetype-mingw32.patch
new file mode 100644 (file)
index 0000000..9082fa9
--- /dev/null
@@ -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 <windows.h>
++#include <winapifamily.h>
+   /**************************************************************************
This page took 0.155073 seconds and 4 git commands to generate.