external/pdfium/system-abseil.diff |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit 67f81ec4faff46940dc15a6a7e89beec65df4fcb
Author:     Rene Engelhard <[email protected]>
AuthorDate: Mon Oct 13 22:02:46 2025 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Tue Oct 14 08:34:02 2025 +0200

    fix system-abseil build in pdfium
    
    after pdfium upgrade
    
    Change-Id: I971742da40c69f1740afddcb472cb844ec217ad9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192361
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/external/pdfium/system-abseil.diff 
b/external/pdfium/system-abseil.diff
index e8dba67b112b..7306b3dace03 100644
--- a/external/pdfium/system-abseil.diff
+++ b/external/pdfium/system-abseil.diff
@@ -13,3 +13,18 @@
  namespace {
  
  // See PDF Reference 1.7, page 170, table 3.36.
+diff -urN pdfium-old/core/fpdfdoc/cpdf_nametree.cpp 
pdfium/core/fpdfdoc/cpdf_nametree.cpp
+--- core/fpdfdoc/cpdf_nametree.cpp     2025-10-13 21:48:18.759905514 +0200
++++ core/fpdfdoc/cpdf_nametree.cpp     2025-10-13 22:00:01.912909396 +0200
+@@ -18,7 +18,11 @@
+ #include "core/fxcrt/check.h"
+ #include "core/fxcrt/ptr_util.h"
+ #include "core/fxcrt/stl_util.h"
++#ifdef USE_SYSTEM_ABSEIL
++#include <absl/container/flat_hash_set.h>
++#else
+ #include "third_party/abseil-cpp/absl/container/flat_hash_set.h"
++#endif
+ 
+ namespace {
+ 

Reply via email to