summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/qemu-devel/files/patch-configure10
-rw-r--r--emulators/qemu/files/patch-configure10
2 files changed, 20 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-configure b/emulators/qemu-devel/files/patch-configure
new file mode 100644
index 000000000000..782062a27890
--- /dev/null
+++ b/emulators/qemu-devel/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
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