8fce9a0a41
Fixes CVE-2022-38784 Add external/poppler/disable-freetype.patch.1 to get rid of some new code that unconditionally requires freetype, to avoid building that on WNT/MACOSX. Change-Id: I854d1865286b6fb4112cdf37898cda0203c52f2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139941 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
11 lines
214 B
Text
11 lines
214 B
Text
--- ./goo/gdir.h.sav 2021-01-02 17:54:42.000000000 +0100
|
|
+++ ./goo/gdir.h 2021-11-03 15:16:04.306277081 +0100
|
|
@@ -37,6 +37,8 @@
|
|
|
|
#include <memory>
|
|
|
|
+#include "gfile.h"
|
|
+
|
|
class GooString;
|
|
|
|
#if defined(_WIN32)
|