From d366908aba3ebe213063be1cbb7a1daf3d2e6df2 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 27 Jan 2010 14:40:28 +0100 Subject: [PATCH] xorg-xhost: added missing patch --- xorg-xhost/xhost-1.0.2.cross_compile.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xorg-xhost/xhost-1.0.2.cross_compile.patch diff --git a/xorg-xhost/xhost-1.0.2.cross_compile.patch b/xorg-xhost/xhost-1.0.2.cross_compile.patch new file mode 100644 index 0000000..f9d2ecc --- /dev/null +++ b/xorg-xhost/xhost-1.0.2.cross_compile.patch @@ -0,0 +1,21 @@ +diff -purN xhost-1.0.2.orig/configure xhost-1.0.2/configure +--- xhost-1.0.2.orig/configure 2010-01-27 13:14:51.000000000 +0100 ++++ xhost-1.0.2/configure 2010-01-27 13:19:37.000000000 +0100 +@@ -3597,6 +3597,7 @@ pkg_failed=no + { echo "$as_me:$LINENO: checking for XHOST" >&5 + echo $ECHO_N "checking for XHOST... $ECHO_C" >&6; } + ++if ! test -n "$XHOST_LIBS"; then + if test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xmuu xau\"") >&5 +@@ -3625,6 +3626,9 @@ fi + else + pkg_failed=untried + fi ++else ++ pkg_failed=no ++fi + + if test $pkg_failed = yes; then + XHOST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xmuu xau"` -- 2.26.2