diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-16 11:21:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-02-16 11:23:15 +0100 |
commit | 1df59244a1e4b175e6ef30e90851da944f4486b7 (patch) | |
tree | 0ea5c6b00597010a95fb7a9c82ff9a64651d4915 /media-gfx/graphite2/files | |
parent | Merge remote-tracking branch 'github/pr/855'. (diff) | |
download | gentoo-1df59244a1e4b175e6ef30e90851da944f4486b7.tar.gz gentoo-1df59244a1e4b175e6ef30e90851da944f4486b7.tar.bz2 gentoo-1df59244a1e4b175e6ef30e90851da944f4486b7.zip |
media-gfx/graphite2: Version bump, bug 574276
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-gfx/graphite2/files')
-rw-r--r-- | media-gfx/graphite2/files/graphite2-1.3.5-includes-libs-perl.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/graphite2/files/graphite2-1.3.5-includes-libs-perl.patch b/media-gfx/graphite2/files/graphite2-1.3.5-includes-libs-perl.patch new file mode 100644 index 000000000000..b6168828dc26 --- /dev/null +++ b/media-gfx/graphite2/files/graphite2-1.3.5-includes-libs-perl.patch @@ -0,0 +1,14 @@ +diff -ruN graphite2-1.3.5.orig/contrib/perl/Build.PL graphite2-1.3.5/contrib/perl/Build.PL +--- graphite2-1.3.5.orig/contrib/perl/Build.PL 2016-01-15 05:17:18.000000000 +0100 ++++ graphite2-1.3.5/contrib/perl/Build.PL 2016-02-16 11:11:23.922397562 +0100 +@@ -8,8 +8,8 @@ + dist_author => 'Simon Cozens <simon@cpan.org>', + dist_version_from => 'lib/Text/Gr2.pm', + extra_compiler_flags => $^O ne 'MSWin32' ? '-Wall -Wno-unused-variable' : '', +- extra_linker_flags => $^O eq 'MSWin32' ? '../../build/src/graphite2.lib' : '-lgraphite2', +- include_dirs => ['.', '../include'], ++ extra_linker_flags => $^O eq 'MSWin32' ? '../../build/src/graphite2.lib' : '-L @BUILD_DIR@ -lgraphite2', ++ include_dirs => ['.', '../include', '../../include'], + requires => { + 'Test::More' => 0, + }, |