ports/emulators/qemu/files/patch-configure
2008-06-03 18:39:51 +00:00

10 lines
313 B
Text

Index: qemu/configure
@@ -689,7 +689,7 @@
fi # test "$curses"
# Check if tools are available to build documentation.
-if [ -x "`which texi2html 2>/dev/null`" ] && \
+if [ "x$NOPORTDOCS" != "x" -o -x "`which texi2html 2>/dev/null`" ] && \
[ -x "`which pod2man 2>/dev/null`" ]; then
build_docs="yes"
fi