Fix a build break in 2.27.1.

This commit is contained in:
Matthew Barnes 2009-05-04 17:31:30 +00:00
parent a4a6ae8257
commit 76fe09f40d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -up evolution-2.27.1/plugins/exchange-operations/exchange-contacts.c.build-break evolution-2.27.1/plugins/exchange-operations/exchange-contacts.c
--- evolution-2.27.1/plugins/exchange-operations/exchange-contacts.c.build-break 2009-05-04 13:27:14.000000000 -0400
+++ evolution-2.27.1/plugins/exchange-operations/exchange-contacts.c 2009-05-04 13:27:37.000000000 -0400
@@ -25,6 +25,7 @@
#include <e-util/e-config.h>
#include <calendar/gui/e-cal-config.h>
#include <libedataserver/e-source.h>
+#include <libedataserver/e-source-list.h>
#include <libedataserver/e-url.h>
#include <e-folder.h>
#include <exchange-account.h>

View File

@ -68,6 +68,8 @@ Patch11: evolution-2.5.4-fix-conduit-dir.patch
# RH bug #176400 # RH bug #176400
Patch12: evolution-2.9.1-im-context-reset.patch Patch12: evolution-2.9.1-im-context-reset.patch
Patch13: evolution-2.27.1-build-break.patch
## Dependencies ### ## Dependencies ###
Requires(post): GConf2 Requires(post): GConf2
@ -225,6 +227,7 @@ This package contains supplemental utilities for %{name} that require Perl.
%patch10 -p1 -b .ldaphack %patch10 -p1 -b .ldaphack
%patch11 -p1 -b .fix-conduit-dir %patch11 -p1 -b .fix-conduit-dir
%patch12 -p1 -b .im-context-reset %patch12 -p1 -b .im-context-reset
%patch13 -p1 -b .build-break
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib