mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
14 lines
465 B
Text
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
|