]> git.pld-linux.org Git - packages/graphite2.git/blame - graphite2-includes-libs-perl.patch
- updated to 1.3.11
[packages/graphite2.git] / graphite2-includes-libs-perl.patch
CommitLineData
624d8297
JB
1--- graphite2-1.3.1/contrib/perl/Build.PL.orig 2015-09-05 14:48:47.809953840 +0200
2+++ graphite2-1.3.1/contrib/perl/Build.PL 2015-09-05 14:51:55.133279315 +0200
b01b9f92 3@@ -8,8 +8,8 @@
451819a0 4 dist_author => 'Simon Cozens <simon@cpan.org>',
b01b9f92
JB
5 dist_version_from => 'lib/Text/Gr2.pm',
6 extra_compiler_flags => $^O ne 'MSWin32' ? '-Wall -Wno-unused-variable' : '',
7- extra_linker_flags => $^O eq 'MSWin32' ? '../../build/src/graphite2.lib' : '-lgraphite2',
624d8297
JB
8- include_dirs => ['.', '../include'],
9+ extra_linker_flags => $^O eq 'MSWin32' ? '../../build/src/graphite2.lib' : '-L@BUILD_DIR@ -lgraphite2',
451819a0
AM
10+ include_dirs => ['.', '../../include'],
11 requires => {
12 'Test::More' => 0,
13 },
This page took 0.031479 seconds and 4 git commands to generate.