summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch')
-rw-r--r--app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch b/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch
new file mode 100644
index 000000000000..ea0a20cba061
--- /dev/null
+++ b/app-emulation/gxemul/files/gxemul-0.6.0-no-doxygen.patch
@@ -0,0 +1,21 @@
+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="\#"
+
+
+ ###############################################################################