ports/emulators/qemu/files/patch-configure
Juergen Lock 7f1ce3a82d Fix NOPORTDOCS.
Submitted by:	QAT
2009-12-06 22:49:50 +00:00

14 lines
465 B
Text

Index: qemu/configure
@@ -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
- 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