diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-12 15:32:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-08-12 15:32:05 +0000 |
commit | 61a92aa753293d015e82718441708adf91e1f399 (patch) | |
tree | c34156c883d2075bbb2c4d68b10b2ce8b18c6146 /media-gfx/graphite2/files | |
parent | ppc/ppc64 stable wrt #355085 (diff) | |
download | gentoo-2-61a92aa753293d015e82718441708adf91e1f399.tar.gz gentoo-2-61a92aa753293d015e82718441708adf91e1f399.tar.bz2 gentoo-2-61a92aa753293d015e82718441708adf91e1f399.zip |
Fix path to includes with perl build. (force thanks to unsynced tree)
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/graphite2/files')
-rw-r--r-- | media-gfx/graphite2/files/graphite2-includes-libs-perl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/graphite2/files/graphite2-includes-libs-perl.patch b/media-gfx/graphite2/files/graphite2-includes-libs-perl.patch index b0fef4d1e62e..eb3783b1dc7a 100644 --- a/media-gfx/graphite2/files/graphite2-includes-libs-perl.patch +++ b/media-gfx/graphite2/files/graphite2-includes-libs-perl.patch @@ -7,7 +7,7 @@ - extra_linker_flags => '-lgraphite2', - include_dirs => ['.'], + extra_linker_flags => '-L @BUILD_DIR@ -lgraphite2', -+ include_dirs => ['.', '../include'], ++ include_dirs => ['.', '../../include'], requires => { 'Test::More' => 0, }, |