diff options
Diffstat (limited to 'emulators/qemu/files')
-rw-r--r-- | emulators/qemu/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-configure b/emulators/qemu/files/patch-configure new file mode 100644 index 000000000000..782062a27890 --- /dev/null +++ b/emulators/qemu/files/patch-configure @@ -0,0 +1,10 @@ +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 |