mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
- Update emulators/qemu-devel to 1.1.0 - announce posting is here: http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
38 lines
820 B
Text
38 lines
820 B
Text
--- a/configure
|
|
+++ a/configure
|
|
@@ -154,7 +154,7 @@ bigendian="no"
|
|
mingw32="no"
|
|
EXESUF=""
|
|
prefix="/usr/local"
|
|
-mandir="\${prefix}/share/man"
|
|
+mandir="\${prefix}/man"
|
|
datadir="\${prefix}/share"
|
|
qemu_docdir="\${prefix}/share/doc/qemu"
|
|
bindir="\${prefix}/bin"
|
|
@@ -2511,15 +2511,18 @@ if compile_prog "" "" ; then
|
|
fi
|
|
|
|
# Check if tools are available to build documentation.
|
|
+#if test "$docs" != "no" ; then
|
|
+# if has makeinfo && has pod2man; then
|
|
+# docs=yes
|
|
+# else
|
|
+# if test "$docs" = "yes" ; then
|
|
+# feature_not_found "docs"
|
|
+# fi
|
|
+# docs=no
|
|
+# fi
|
|
+#fi
|
|
if test "$docs" != "no" ; then
|
|
- if has makeinfo && has pod2man; then
|
|
- docs=yes
|
|
- else
|
|
- if test "$docs" = "yes" ; then
|
|
- feature_not_found "docs"
|
|
- fi
|
|
- docs=no
|
|
- fi
|
|
+ docs=yes
|
|
fi
|
|
|
|
# Search for bswap_32 function
|