Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange/files: evolution-exchange-2.28.0-as-needed.patch
Date: Thu, 29 Oct 2009 23:19:28
Message-Id: E1N3eH8-0000nv-QK@stork.gentoo.org
1 eva 09/10/29 23:19:26
2
3 Added: evolution-exchange-2.28.0-as-needed.patch
4 Log:
5 New version for GNOME 2.28. Clean up old revision.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 gnome-extra/evolution-exchange/files/evolution-exchange-2.28.0-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.28.0-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.28.0-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: evolution-exchange-2.28.0-as-needed.patch
15 ===================================================================
16 From e15fec5e7eadbcd48883c47605cc14998368b4f0 Mon Sep 17 00:00:00 2001
17 From: Gilles Dartiguelongue <eva@g.o>
18 Date: Wed, 7 Oct 2009 23:21:25 +0200
19 Subject: [PATCH] Fixed weird missing symbols while building migr-test
20
21 GNOME bug #597489
22 ---
23 storage/Makefile.am | 3 ++-
24 1 files changed, 2 insertions(+), 1 deletions(-)
25
26 diff --git a/storage/Makefile.am b/storage/Makefile.am
27 index ff68314..45da125 100644
28 --- a/storage/Makefile.am
29 +++ b/storage/Makefile.am
30 @@ -78,7 +78,8 @@ migr_test_SOURCES = \
31 exchange-config-listener.c \
32 exchange-config-listener.h \
33 exchange-migrate.c \
34 - exchange-migrate.h
35 + exchange-migrate.h \
36 + exchange-autoconfig-wizard.c
37
38 migr_test_LDADD = \
39 $(top_builddir)/mail/libexchangemail.la \
40 --
41 1.6.5.rc1