aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2009-12-07 06:49:50 +0800
committernox <nox@FreeBSD.org>2009-12-07 06:49:50 +0800
commit4c16d36e67fb66c281c8401e0395193c5d94d967 (patch)
tree4ae42ae91540f6bc87461438babd25983a352981 /emulators/qemu
parentd466299a29e2d9ab67ddaa7da889f297ad0a5fc6 (diff)
downloadfreebsd-ports-gnome-4c16d36e67fb66c281c8401e0395193c5d94d967.tar.gz
freebsd-ports-gnome-4c16d36e67fb66c281c8401e0395193c5d94d967.tar.zst
freebsd-ports-gnome-4c16d36e67fb66c281c8401e0395193c5d94d967.zip
Fix NOPORTDOCS.
Submitted by: QAT
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/files/patch-configure12
1 files changed, 8 insertions, 4 deletions
diff --git a/emulators/qemu/files/patch-configure b/emulators/qemu/files/patch-configure
index a22531fd51b4..39faa2e311b8 100644
--- a/emulators/qemu/files/patch-configure
+++ b/emulators/qemu/files/patch-configure
@@ -1,10 +1,14 @@
Index: qemu/configure
-@@ -1348,7 +1348,7 @@
+@@ -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
-+if test "$build_docs" = "yes" -a \( "x$NOPORTDOCS" != "x" -o ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then
- build_docs="no"
- fi
+- 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