dev-perl/Pango: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/5337
This commit is contained in:
Michael Mair-Keimberger (asterix)
2017-08-07 17:53:30 +02:00
committed by Kent Fredric
parent 80f945c90d
commit 978c63fdbf

View File

@@ -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};
}