diff options
Diffstat (limited to 'gnome-extra/evolution-data-server/files/3.22.4-gperf-3.1.patch')
-rw-r--r-- | gnome-extra/evolution-data-server/files/3.22.4-gperf-3.1.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnome-extra/evolution-data-server/files/3.22.4-gperf-3.1.patch b/gnome-extra/evolution-data-server/files/3.22.4-gperf-3.1.patch deleted file mode 100644 index e43dd08ae2c0..000000000000 --- a/gnome-extra/evolution-data-server/files/3.22.4-gperf-3.1.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 60d1cbbdc49ea254e30303d936e8f2b6b136afe4 Mon Sep 17 00:00:00 2001 -From: Milan Crha <mcrha@redhat.com> -Date: Mon, 6 Feb 2017 18:30:49 +0100 -Subject: Bug 778222 - Fix a build break with gperf 3.1 - ---- - camel/providers/imapx/camel-imapx-tokens.txt | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/camel/providers/imapx/camel-imapx-tokens.txt b/camel/providers/imapx/camel-imapx-tokens.txt -index ed278bd..61c7115 100644 ---- a/camel/providers/imapx/camel-imapx-tokens.txt -+++ b/camel/providers/imapx/camel-imapx-tokens.txt -@@ -1,7 +1,6 @@ - /* This contains all of the keywords we care about. These - can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; --struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% - ALERT, IMAPX_ALERT - ALREADYEXISTS, IMAPX_ALREADYEXISTS --- -cgit v0.12 - |