xorg: add recipes for X11R7.5 release
[openembedded.git] / recipes / xorg-xserver / xserver-xorg / dolt-fix-1.7.0.patch
1 Index: xorg-server/m4/dolt.m4
2 ===================================================================
3 --- xorg-server.orig/m4/dolt.m4 2009-04-14 21:14:56.000000000 +0400
4 +++ xorg-server/m4/dolt.m4      2009-07-15 12:38:33.796848843 +0400
5 @@ -147,7 +147,7 @@
6      cat <<__DOLTLIBTOOL__EOF__ > doltlibtool
7  #!$DOLT_BASH
8  __DOLTLIBTOOL__EOF__
9 -    cat <<'__DOLTLIBTOOL__EOF__' >>doltlibtool
10 +    cat <<'__DOLTLIBTOOL__EOF__' | sed -e "s/@host_alias@/$host_alias/g" >>doltlibtool
11  top_builddir_slash="${0%%doltlibtool}"
12  : ${top_builddir_slash:=./}
13  args=()
14 @@ -163,7 +163,7 @@
15  if $modeok && $tagok ; then
16      . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"
17  else
18 -    exec ${top_builddir_slash}libtool "$[]@"
19 +    exec ${top_builddir_slash}@host_alias@-libtool "$[]@"
20  fi
21  __DOLTLIBTOOL__EOF__
22