You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch

22 lines
516 B

We already have pre-generated docs. Don't bother looking for Doxygen.
----
diff --git a/configure b/configure
index c366701..3895d4f 100755
--- a/configure
+++ b/configure
@@ -1106,13 +1106,7 @@ rm -f _test_end*
printf "checking for Doxygen... "
-if (doxygen --version); then
- # Version is printed, if found.
- DOXYGEN=doxygen
-else
- # Not found is already printed, if doxygen is not found.
- DOXYGEN="\#"
-fi
+DOXYGEN="\#"
###############################################################################