diff options
author | Gonzalo Exequiel Pedone | 2025-03-14 14:00:46 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2025-03-14 14:00:46 -0300 |
commit | d461386cd8a45b93a75b77cbb19de9d30c3f866f (patch) | |
tree | 9a80113b95fe7bc4759b9d55a03ff01e87b3d3b6 /0001-Fix-missing-variable.patch | |
parent | e1e40e06d54af540f238aaf6a9ed44a2c585d643 (diff) | |
download | aur-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.patch | 10 |
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; |