summaryrefslogtreecommitdiff
path: root/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-23 17:24:09 +0100
committerJohannes Huber <johu@gentoo.org>2011-12-23 17:25:39 +0100
commitfdb18f6226c7e32c3e4f33dedc652053e49114e0 (patch)
tree3b82a90b7a94452efe502c12e74d2d28ceaf66ab /dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch
parent88cb162256db347b221ce0dcfee88613d3e122b2 (diff)
downloadkde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.gz
kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.tar.bz2
kde-fdb18f6226c7e32c3e4f33dedc652053e49114e0.zip
[dev-libs/libindicate] Removed newer version in tree
(Portage version: 2.2.0_alpha81/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch')
-rw-r--r--dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch45
1 files changed, 0 insertions, 45 deletions
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
deleted file mode 100644
index 13c09f90fc8..00000000000
--- a/dev-libs/libindicate/files/libindicate-0.4.4-optional-doc.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- configure.ac.orig 2010-09-20 23:15:36.692289201 +0200
-+++ configure.ac 2010-09-20 23:26:30.159014141 +0200
-@@ -171,8 +171,18 @@
- # GTK Doc
- ###########################
-
-+AC_ARG_ENABLE([doc],
-+ AC_HELP_STRING([--disable-doc], [Disable doc generation]),
-+ [enable_doc=$enableval], [enable_doc=auto])
-+AM_CONDITIONAL([WANT_DOC], [test "x$enable_doc" != "xno"])
-+
- GTK_DOC_CHECK([1.4])
-+AS_IF([test "x$enable_doc" != "xno"],[
- GNOME_DOC_INIT
-+],[
-+# The initialisation is still needed for certain conditionals to be defined, just make it not output any error
-+GNOME_DOC_INIT(,,[:])
-+])
- GNOME_COMPILE_WARNINGS
-
- ##############################
-@@ -271,2 +281,7 @@
-- GObject Introspection: $enable_introspection
--])
-+ GObject Introspection: $enable_introspection
-+])
-+
-+AM_COND_IF([HAVE_GNOME_DOC_UTILS],
-+ [AC_MSG_NOTICE([ Documentation: yes])],
-+ [AC_MSG_NOTICE([ Documentation: no])]
-+)
---- Makefile.am.orig 2010-09-20 23:12:10.442903362 +0200
-+++ Makefile.am 2010-09-20 23:27:12.557785756 +0200
-@@ -1,2 +1,6 @@
-
-+if WANT_DOC
-+DOC_SUBDIR = docs
-+endif
-+
- SUBDIRS = \
-@@ -8,3 +12,3 @@
- tests \
-- docs
-+ $(DOC_SUBDIR)
-