summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-05 23:19:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-05 23:19:18 +0000
commit10c938dbeea77e7319ebdc6111b5102b89342b67 (patch)
treeeb87f05f32e2af38e5640dba32e897d9eade451f /media-video/dirac/files
parentAdded Qt-4.4.0_beta, note that the RC1 is an accidentally mislabelled (diff)
downloadhistorical-10c938dbeea77e7319ebdc6111b5102b89342b67.tar.gz
historical-10c938dbeea77e7319ebdc6111b5102b89342b67.tar.bz2
historical-10c938dbeea77e7319ebdc6111b5102b89342b67.zip
Fix doc building, improve dep docs, switch to latex-base
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-video/dirac/files')
-rw-r--r--media-video/dirac/files/dirac-0.5.2-doc.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/dirac/files/dirac-0.5.2-doc.patch b/media-video/dirac/files/dirac-0.5.2-doc.patch
index 0f934e0ad69d..211486635dbd 100644
--- a/media-video/dirac/files/dirac-0.5.2-doc.patch
+++ b/media-video/dirac/files/dirac-0.5.2-doc.patch
@@ -15,11 +15,6 @@ diff -x '*~' -ur dirac-0.5.2/configure.ac dirac-0.5.2-doc/configure.ac
-AC_CHECK_PROG(HAVE_DOT, dot, true, false)
- if test $HAVE_DOT = "false"; then
- AC_MSG_WARN([*** dot not found, inheritance diagrams will not be generated in code documentation])
-+HAVE_DOXYGEN=false
-+HAVE_DOT=false
-+HAVE_LATEX=false
-+HAVE_DVIPDFM=false
-+
+if test "x$enabledoc" != "xno"; then
+ AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, true, false)
+ if test $HAVE_DOXYGEN = "false"; then
@@ -40,6 +35,11 @@ diff -x '*~' -ur dirac-0.5.2/configure.ac dirac-0.5.2-doc/configure.ac
+ if test $HAVE_DVIPDFM = "false"; then
+ AC_MSG_WARN([*** dvipdfm not found, programmer documentation will not be built])
fi
++else
++HAVE_DOXYGEN=false
++HAVE_DOT=false
++HAVE_LATEX=false
++HAVE_DVIPDFM=false
+fi
+AM_CONDITIONAL(HAVE_DOXYGEN, $HAVE_DOXYGEN)
AM_CONDITIONAL(HAVE_DOT, $HAVE_DOT)