summarylogtreecommitdiffstats
path: root/0001-Fix-missing-variable.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2025-03-14 14:00:46 -0300
committerGonzalo Exequiel Pedone2025-03-14 14:00:46 -0300
commitd461386cd8a45b93a75b77cbb19de9d30c3f866f (patch)
tree9a80113b95fe7bc4759b9d55a03ff01e87b3d3b6 /0001-Fix-missing-variable.patch
parente1e40e06d54af540f238aaf6a9ed44a2c585d643 (diff)
downloadaur-android-x86-64-poppler.tar.gz
Package updated to 25.02.0.
Diffstat (limited to '0001-Fix-missing-variable.patch')
-rw-r--r--0001-Fix-missing-variable.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-Fix-missing-variable.patch b/0001-Fix-missing-variable.patch
new file mode 100644
index 000000000000..0f356758ba36
--- /dev/null
+++ b/0001-Fix-missing-variable.patch
@@ -0,0 +1,10 @@
+--- a/poppler/GlobalParams.cc
++++ b/poppler/GlobalParams.cc
+@@ -1220,6 +1220,7 @@
+ }
+ # else
+ # pragma message("Compiling without AFontMatcher API due to Android API version being lower than 29.")
++ std::string path;
+ # endif
+
+ return path;