From 7f1ce3a82da447d62eef8aeb4c4f5ebf88cd4b54 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sun, 6 Dec 2009 22:49:50 +0000 Subject: Fix NOPORTDOCS. Submitted by: QAT --- emulators/qemu/files/patch-configure | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'emulators/qemu/files/patch-configure') diff --git a/emulators/qemu/files/patch-configure b/emulators/qemu/files/patch-configure index a22531fd51b4..39faa2e311b8 100644 --- a/emulators/qemu/files/patch-configure +++ b/emulators/qemu/files/patch-configure @@ -1,10 +1,14 @@ Index: qemu/configure -@@ -1348,7 +1348,7 @@ +@@ -1395,9 +1395,9 @@ fi # Check if tools are available to build documentation. -if test "$build_docs" = "yes" -a \( ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then -+if test "$build_docs" = "yes" -a \( "x$NOPORTDOCS" != "x" -o ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then - build_docs="no" - fi +- build_docs="no" +-fi ++#if test "$build_docs" = "yes" -a \( ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then ++# build_docs="no" ++#fi + ########################################## + # Do we need librt -- cgit v1.2.3