diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-12-06 22:49:50 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-12-06 22:49:50 +0000 |
commit | 7f1ce3a82da447d62eef8aeb4c4f5ebf88cd4b54 (patch) | |
tree | 67c508a74f866d8114025462625bea6501642fa7 | |
parent | 58743247a12354844cd3dd265d1d107aa68d6492 (diff) | |
download | ports-7f1ce3a82da447d62eef8aeb4c4f5ebf88cd4b54.tar.gz ports-7f1ce3a82da447d62eef8aeb4c4f5ebf88cd4b54.zip |
Notes
-rw-r--r-- | emulators/qemu/files/patch-configure | 12 |
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 |