From de035741cba739991907d3630a5a5f2ef02faaa3 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Sat, 11 Feb 2012 22:10:00 +0900 Subject: [PATCH] libXtst: Do not even try to use the system xmlto, this fixes #181 This causes breakage when building on Gentoo 64-bit. Probably on others, too, judging by the amount of reports on the web. --- packages/x11/lib/libXtst/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/x11/lib/libXtst/build b/packages/x11/lib/libXtst/build index e4f0fdcc63..6d2d3aff57 100755 --- a/packages/x11/lib/libXtst/build +++ b/packages/x11/lib/libXtst/build @@ -31,6 +31,7 @@ cd $PKG_BUILD --disable-static \ --enable-shared \ --with-gnu-ld \ + --without-xmlto \ make $MAKEINSTALL