blob: b0fef4d1e62ebf75535aa55e7f6d77a08bc4e0e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- graphite2-0.9.3.orig/contrib/perl/Build.PL
+++ graphite2-0.9.3/contrib/perl/Build.PL
@@ -8,8 +8,8 @@ my $builder = Module::Build->new(
dist_author => 'Simon Cozens <simon@cpan.org>',
dist_version_from => 'lib/Text/Graphite2.pm',
extra_compiler_flags => '-Wall -Wno-unused-variable',
- extra_linker_flags => '-lgraphite2',
- include_dirs => ['.'],
+ extra_linker_flags => '-L @BUILD_DIR@ -lgraphite2',
+ include_dirs => ['.', '../include'],
requires => {
'Test::More' => 0,
},
|