diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-10-11 14:50:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-11 15:00:41 +0700 |
commit | 5772615d861b23069534e1b1c6f3f8a01579d9cc (patch) | |
tree | c502c164445cd3a12236e5c582718bbf98889e98 /graphics/dia/dia-enable-html-docs.patch | |
parent | 2a9889a9b5f21cd8018aba92408bb53dd60c8db1 (diff) | |
download | slackbuilds-5772615d861b23069534e1b1c6f3f8a01579d9cc.tar.gz |
graphics/dia: Build HTML documentation.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/dia/dia-enable-html-docs.patch')
-rw-r--r-- | graphics/dia/dia-enable-html-docs.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/dia/dia-enable-html-docs.patch b/graphics/dia/dia-enable-html-docs.patch new file mode 100644 index 0000000000..9bc02e1c0c --- /dev/null +++ b/graphics/dia/dia-enable-html-docs.patch @@ -0,0 +1,26 @@ +diff -u a/configure.in b/configure.in +--- a/configure.in 2015-10-10 20:23:14.257728818 +0200 ++++ b/configure.in 2015-10-10 20:23:44.512728478 +0200 +@@ -532,10 +532,10 @@ + AM_CONDITIONAL(WITH_JW, test "xno" != "xno") + fi + hardbook_ok=no +-xsltproc_ok=no ++xsltproc_ok=yes + if test "x$with_hardbooks" = "xno"; then + AM_CONDITIONAL(WITH_JW, test "xno" != "xno") +- AM_CONDITIONAL(WITH_HTMLDOC, test "xno" != "xno") ++ AM_CONDITIONAL(WITH_HTMLDOC, test "x$xsltproc" != "xno") + AM_CONDITIONAL(WITH_PDFDOC, test "xno" != "xno") + AM_CONDITIONAL(WITH_PSDOC, test "xno" != "xno") + else +@@ -549,9 +549,6 @@ + hardbook_ok=yes + fi + fi +- if test "x$xsltproc" != "xno" ; then +- xsltproc_ok=yes +- fi + fi + + |