CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xhost: added missing patch
authorJose V Beneyto <sepen@crux.nu>
Wed, 27 Jan 2010 13:40:28 +0000 (14:40 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 27 Jan 2010 13:40:28 +0000 (14:40 +0100)
xorg-xhost/xhost-1.0.2.cross_compile.patch [new file with mode: 0644]

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 (file)
index 0000000..f9d2ecc
--- /dev/null
@@ -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"`