aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-11 09:00:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-13 08:26:49 +0100
commit7e94eaa1951452129aa18e704303c2b7b5e182b4 (patch)
tree9e8f0c4758070b8602df74413084eadec0421c36 /recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch
parentce6c525eb2991e3285c7bee504eac2f3a6b18d62 (diff)
downloadopenembedded-7e94eaa1951452129aa18e704303c2b7b5e182b4.tar.gz
xorg-xserver: obsolete old versions
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch')
-rw-r--r--recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch b/recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch
new file mode 100644
index 0000000000..e332ce0bbe
--- /dev/null
+++ b/recipes/obsolete/xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch
@@ -0,0 +1,22 @@
+Index: xorg-server/m4/dolt.m4
+===================================================================
+--- xorg-server.orig/m4/dolt.m4 2009-04-14 21:14:56.000000000 +0400
++++ xorg-server/m4/dolt.m4 2009-07-15 12:38:33.796848843 +0400
+@@ -147,7 +147,7 @@
+ cat <<__DOLTLIBTOOL__EOF__ > doltlibtool
+ #!$DOLT_BASH
+ __DOLTLIBTOOL__EOF__
+- cat <<'__DOLTLIBTOOL__EOF__' >>doltlibtool
++ cat <<'__DOLTLIBTOOL__EOF__' | sed -e "s/@host_alias@/$host_alias/g" >>doltlibtool
+ top_builddir_slash="${0%%doltlibtool}"
+ : ${top_builddir_slash:=./}
+ args=()
+@@ -163,7 +163,7 @@
+ if $modeok && $tagok ; then
+ . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"
+ else
+- exec ${top_builddir_slash}libtool "$[]@"
++ exec ${top_builddir_slash}@host_alias@-libtool "$[]@"
+ fi
+ __DOLTLIBTOOL__EOF__
+