summaryrefslogtreecommitdiff
path: root/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch
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, 0 insertions, 18 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
deleted file mode 100644
index cd4b7b4ef2de..000000000000
--- a/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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 {
-
-