summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch')
-rw-r--r--sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch b/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch
new file mode 100644
index 000000000000..cd4b7b4ef2de
--- /dev/null
+++ b/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch
@@ -0,0 +1,18 @@
+Description: Fix build with Pango 1.50
+Applied-Upstream: https://github.com/ginggs/gelemental/commit/689d343086ca151ecc4c4a407c1650bc64c7c931
+Bug-Debian: https://bugs.debian.org/1005490
+Author: Graham Inggs <ginggs@debian.org>
+Last-Update: 2022-04-24
+
+--- a/libelemental/value.cc
++++ b/libelemental/value.cc
+@@ -25,7 +25,7 @@
+
+ #include <ext/stdio_filebuf.h>
+ #include <glibmm/utility.h>
+-#include <pango/pango-attributes.h>
++#include <pango/pango.h>
+
+ namespace Elemental {
+
+