1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 19:17:07 +00:00

upgrade cairo to 1.8.2; add patch to fix its libtool issue

This commit is contained in:
Xu Li
2008-11-11 20:15:17 +08:00
committed by Richard Purdie
parent ba601403fe
commit d12f673a23
3 changed files with 24 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
Index: cairo-1.8.2/build/aclocal.dolt.m4
===================================================================
--- cairo-1.8.2.orig/build/aclocal.dolt.m4
+++ cairo-1.8.2/build/aclocal.dolt.m4
@@ -163,7 +163,11 @@ done
if $modeok && $tagok ; then
. ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"
else
- exec ${top_builddir_slash}libtool "$[]@"
+__DOLTLIBTOOL__EOF__
+
+echo ' exec ${top_builddir_slash}'${host_alias}-libtool' "$[]@"' >> doltlibtool
+
+ cat << '__DOLTLIBTOOL__EOF__' >> doltlibtool
fi
__DOLTLIBTOOL__EOF__