From b79e84fb279ac914e792d03a77c45ae966ab01c6 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Sun, 2 Jan 2011 12:34:59 +0100 Subject: [dev-libs/libindicate-0.4.4] Fix option-doc patch Call GNOME_DOC_INIT even if --disable-doc is passed (just use an empty error-action) (Portage version: 2.2.0_alpha11/git/Linux x86_64, unsigned Manifest commit) --- dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-libs/libindicate/files') diff --git a/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch b/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch index c18138afb99..b4f6d6f9dbb 100644 --- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch +++ b/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch @@ -1,6 +1,6 @@ --- configure.ac.orig 2010-09-20 23:15:36.692289201 +0200 +++ configure.ac 2010-09-20 23:26:30.159014141 +0200 -@@ -171,8 +171,15 @@ +@@ -171,8 +171,18 @@ # GTK Doc ########################### @@ -12,6 +12,9 @@ GTK_DOC_CHECK([1.4]) +if test "x$enable_doc" != "xno" ; then GNOME_DOC_INIT ++else ++# The initialisation is still needed for certain conditionals to be defined, just make it not output any error ++GNOME_DOC_INIT(,,[:]) +fi GNOME_COMPILE_WARNINGS -- cgit v1.2.3