summaryrefslogtreecommitdiff
path: root/app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch')
-rw-r--r--app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch b/app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch
new file mode 100644
index 000000000000..087708db396a
--- /dev/null
+++ b/app-emulation/libguestfs/files/1.36/0003-Workaround-autotools-utils-detection-of-gtk-doc.patch
@@ -0,0 +1,42 @@
+From 9bfa78095f6090c377fb40970653d1105a343cb7 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr>
+Date: Wed, 30 Aug 2017 11:33:58 +0200
+Subject: [PATCH 3/3] Workaround autotools-utils detection of gtk-doc
+
+---
+ configure.ac | 3 +++
+ m4/guestfs_gobject.m4 | 7 -------
+ 2 files changed, 3 insertions(+), 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 268e6a182..65f4231bc 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -121,6 +121,9 @@ m4_include([m4/guestfs_lua.m4])
+ m4_include([m4/guestfs_golang.m4])
+ m4_include([m4/guestfs_gobject.m4])
+
++dnl check for gtk-doc
++GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
++
+ dnl Bash completion.
+ m4_include([m4/guestfs_bash_completion.m4])
+
+diff --git a/m4/guestfs_gobject.m4 b/m4/guestfs_gobject.m4
+index 4b4eab80d..4304f7b00 100644
+--- a/m4/guestfs_gobject.m4
++++ b/m4/guestfs_gobject.m4
+@@ -59,10 +59,3 @@ m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [
+ ],[
+ AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
+ ])
+-
+-# check for gtk-doc
+-m4_ifdef([GTK_DOC_CHECK], [
+- GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
+-],[
+- AM_CONDITIONAL([ENABLE_GTK_DOC], false)
+-])
+--
+2.14.1
+