diff --git a/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch b/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch new file mode 100644 index 0000000..ac1339c --- /dev/null +++ b/evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch @@ -0,0 +1,13 @@ +diff -up evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols evolution-ews-3.3.1/configure +--- evolution-ews-3.3.1/configure.enable-deprecated-glib-symbols 2011-11-07 14:37:00.324176601 -0500 ++++ evolution-ews-3.3.1/configure 2011-11-07 14:37:16.788000595 -0500 +@@ -4332,8 +4332,7 @@ fi + + + +- list="-DG_DISABLE_DEPRECATED +- -DPANGO_DISABLE_DEPRECATED ++ list="-DPANGO_DISABLE_DEPRECATED + -DGDK_DISABLE_DEPRECATED + -DGDK_PIXBUF_DISABLE_DEPRECATED + -DGNOME_DISABLE_DEPRECATED diff --git a/evolution-ews.spec b/evolution-ews.spec index f24f6b4..0d0d59c 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -13,12 +13,15 @@ BuildRequires: evolution-devel >= %{version} BuildRequires: evolution-data-server-devel >= %{version} BuildRequires: intltool +Patch1: evolution-ews-3.3.1-enable-deprecated-glib-symbols.patch + %description This package allows Evolution to interact with Microsoft Exchange servers, versions 2007 and later, through its Exchange Web Services (EWS) interface. %prep %setup -q +%patch1 -p1 -b .enable-deprecated-glib-symbols %build %configure