diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 17:53:30 +0200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-08-09 03:58:05 +1200 |
commit | 978c63fdbf1c82cb45254da1979e618a155ff313 (patch) | |
tree | 1dd65dad855d7964fb6014369b2c4a510dc523f5 /dev-perl | |
parent | dev-perl/Mouse: remove unused patches (diff) | |
download | gentoo-978c63fdbf1c82cb45254da1979e618a155ff313.tar.gz gentoo-978c63fdbf1c82cb45254da1979e618a155ff313.tar.bz2 gentoo-978c63fdbf1c82cb45254da1979e618a155ff313.zip |
dev-perl/Pango: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5337
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Pango/files/Pango-1.224.0-linking.patch | 10 |
1 files changed, 0 insertions, 10 deletions
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 index e93069ba200e..000000000000 --- a/dev-perl/Pango/files/Pango-1.224.0-linking.patch +++ /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}; - } - |