dev-perl/Pango: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 7 Aug 2017 15:53:30 +0000 (17:53 +0200)
committerKent Fredric <kentnl@gentoo.org>
Tue, 8 Aug 2017 15:58:05 +0000 (03:58 +1200)
Closes: https://github.com/gentoo/gentoo/pull/5337

dev-perl/Pango/files/Pango-1.224.0-linking.patch [deleted file]

diff --git a/dev-perl/Pango/files/Pango-1.224.0-linking.patch b/dev-perl/Pango/files/Pango-1.224.0-linking.patch
deleted file mode 100644 (file)
index e93069b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.PL
-+++ Makefile.PL
-@@ -161,6 +161,7 @@
- if ($have_cairo) {
-       push @deps, qw/Cairo/;
-       $inc .= $pangocairo_pkgcfg{cflags};
-+      $libs .= ' ';
-       $libs .= $pangocairo_pkgcfg{libs};
- }