freebsd-ports/emulators/qemu-devel/files/patch-configure

32 lines
688 B
Text
Raw Normal View History

Index: qemu/configure
@@ -1605,17 +1605,18 @@
fi
# Check if tools are available to build documentation.
-if test "$docs" != "no" ; then
- if test -x "`which texi2html 2>/dev/null`" -a \
- -x "`which pod2man 2>/dev/null`" ; then
- docs=yes
- else
- if test "$docs" = "yes" ; then
- feature_not_found "docs"
- fi
- docs=no
- fi
-fi
+#if test "$docs" != "no" ; then
+# if test -x "`which texi2html 2>/dev/null`" -a \
+# -x "`which pod2man 2>/dev/null`" ; then
+# docs=yes
+# else
+# if test "$docs" = "yes" ; then
+# feature_not_found "docs"
+# fi
+# docs=no
+# fi
+#fi
+docs=yes
# Search for bswap_32 function
byteswap_h=no