Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins/files: seahorse-plugins-2.26.2-gpgme-lfs.patch
Date: Mon, 31 Aug 2009 15:41:17
Message-Id: E1MiDpH-0004um-Fj@stork.gentoo.org
1 eva 09/08/31 20:50:07
2
3 Added: seahorse-plugins-2.26.2-gpgme-lfs.patch
4 Log:
5 Fix build with gpgme built with lfs support enabled, bug #275445. Clean up old revision.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-crypt/seahorse-plugins/files/seahorse-plugins-2.26.2-gpgme-lfs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/files/seahorse-plugins-2.26.2-gpgme-lfs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/files/seahorse-plugins-2.26.2-gpgme-lfs.patch?rev=1.1&content-type=text/plain
13
14 Index: seahorse-plugins-2.26.2-gpgme-lfs.patch
15 ===================================================================
16 # Fix compilation with gpgme + lfs support
17 # Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=275445
18 # Patch taken from LFS, thanks to Thierry Massenaux for pointing it out.
19 --- a/libseahorse/seahorse-gpg-options.c 2009-04-22 18:28:45 +0000
20 +++ b/libseahorse/seahorse-gpg-options.c 2009-07-24 11:52:49 +0000
21 @@ -19,6 +19,9 @@
22 * Boston, MA 02111-1307, USA.
23 */
24
25 +#include <config.h>
26 +#include "seahorse-util.h"
27 +
28 #include <sys/param.h>
29 #include <sys/wait.h>
30 #include <sys/file.h>
31 @@ -32,7 +35,6 @@
32 #include <sys/stat.h>
33
34 #include "seahorse-gpgmex.h"
35 -#include "seahorse-util.h"
36 #include "seahorse-gpg-options.h"
37
38 #define GPG_CONF_HEADER "# FILE CREATED BY SEAHORSE\n\n"
39 --- a/libseahorse/seahorse-gpgmex-op.c 2009-04-22 18:28:45 +0000
40 +++ b/libseahorse/seahorse-gpgmex-op.c 2009-07-24 11:54:16 +0000
41 @@ -18,7 +18,9 @@
42 * 59 Temple Place, Suite 330,
43 * Boston, MA 02111-1307, USA.
44 */
45 -
46 +
47 +#include <config.h>
48 +
49 #include <glib.h>
50 #include <gpgme.h>
51 #include <string.h>
52 --- a/agent/seahorse-agent-prompt.c 2009-04-22 18:28:45 +0000
53 +++ b/agent/seahorse-agent-prompt.c 2009-07-24 11:58:57 +0000
54 @@ -25,6 +25,8 @@
55 * Public License.
56 */
57
58 +#include <config.h>
59 +
60 #include <math.h>
61 #include <stdio.h>
62 #include <stdlib.h>