summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/libx11/dolt-fix.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2009-10-09 03:04:25 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-09 16:19:06 +0200
commit117ec4def4dff7abad394279698e1ddaef9407a7 (patch)
tree5527c23afb3b2b2edcd423ad8f5f2c60dfcb4a14 /recipes/xorg-lib/libx11/dolt-fix.patch
parent0fe7e7da98b3d84a584a04821b8503c3c408f523 (diff)
Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/xorg-lib/libx11/dolt-fix.patch')
-rw-r--r--recipes/xorg-lib/libx11/dolt-fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xorg-lib/libx11/dolt-fix.patch b/recipes/xorg-lib/libx11/dolt-fix.patch
new file mode 100644
index 0000000000..ea1a8bd937
--- /dev/null
+++ b/recipes/xorg-lib/libx11/dolt-fix.patch
@@ -0,0 +1,21 @@
+diff -uNr libX11-1.2.99.901.orig/acinclude.m4 libX11-1.2.99.901/acinclude.m4
+--- libX11-1.2.99.901.orig/acinclude.m4 2009-09-05 10:57:11.000000000 +0200
++++ libX11-1.2.99.901/acinclude.m4 2009-09-05 10:59:14.000000000 +0200
+@@ -197,7 +197,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=()
+@@ -213,7 +213,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__
+