diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:24:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:24:45 +0000 |
commit | 504580e82cdbc6612c30702e51aad7fd6f02775c (patch) | |
tree | bc79908d452c86bd3edc8dd760116086713e324f /gnome-extra/yelp/files | |
parent | New version for GNOME 2.28. Clean up old revision. (diff) | |
download | gentoo-2-504580e82cdbc6612c30702e51aad7fd6f02775c.tar.gz gentoo-2-504580e82cdbc6612c30702e51aad7fd6f02775c.tar.bz2 gentoo-2-504580e82cdbc6612c30702e51aad7fd6f02775c.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/yelp/files')
-rw-r--r-- | gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch b/gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch new file mode 100644 index 000000000000..aa850968d4a3 --- /dev/null +++ b/gnome-extra/yelp/files/yelp-2.28.0-include-warning-fix.patch @@ -0,0 +1,29 @@ +bug 287132 -- gnome-extra/yelp-2.28.0 dies install_qa + +Has been committed upstream, won't be needed in 2.28.1 +https://bugzilla.gnome.org/show_bug.cgi?id=596903 +--- +From fb76b4e570cb144c5e06bd707a268615b69a9b34 Mon Sep 17 00:00:00 2001 +From: Xake <xake@rymdraket.net> +Date: Wed, 30 Sep 2009 20:02:48 +0200 +Subject: [PATCH] Forgotten include, fix warning. + +--- + tests/test-uri.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/tests/test-uri.c b/tests/test-uri.c +index 73f44df..5715874 100644 +--- a/tests/test-uri.c ++++ b/tests/test-uri.c +@@ -25,6 +25,7 @@ + #include <string.h> + + #include <gio/gio.h> ++#include <gio/gunixoutputstream.h> + + #include "yelp-uri.h" + +-- +1.6.5.rc1 + |