diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 17:55:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 17:55:57 +0000 |
commit | 023d7bd018138651ec72d4160c4c5428336c4e79 (patch) | |
tree | 487b67260541a6c2424e72f6051718c97e47b270 /net-libs/webkit-gtk/files | |
parent | Version bump for Gnome 3.8 (diff) | |
download | gentoo-2-023d7bd018138651ec72d4160c4c5428336c4e79.tar.gz gentoo-2-023d7bd018138651ec72d4160c4c5428336c4e79.tar.bz2 gentoo-2-023d7bd018138651ec72d4160c4c5428336c4e79.zip |
Version bump for Gnome 3.8
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/webkit-gtk/files')
-rw-r--r-- | net-libs/webkit-gtk/files/webkit-gtk-1.11.90-gtk-docize-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-libs/webkit-gtk/files/webkit-gtk-1.11.90-gtk-docize-fix.patch b/net-libs/webkit-gtk/files/webkit-gtk-1.11.90-gtk-docize-fix.patch new file mode 100644 index 000000000000..8f56ab227148 --- /dev/null +++ b/net-libs/webkit-gtk/files/webkit-gtk-1.11.90-gtk-docize-fix.patch @@ -0,0 +1,10 @@ +--- configure.ac.old 2013-03-02 09:22:53.791750644 +0200 ++++ configure.ac 2013-03-02 09:24:56.725213764 +0200 +@@ -24,6 +24,7 @@ + m4_include([Source/autotools/SetupLibtool.m4]) + m4_include([Source/autotools/ReadCommandLineArguments.m4]) + m4_include([Source/autotools/FindDependencies.m4]) ++GTK_DOC_CHECK([1.10]) + m4_include([Source/autotools/SetupCompilerFlags.m4]) + m4_include([Source/autotools/SetupAutoconfHeader.m4]) + |