From 4c82efea049b98677fafd47584f062ea5c041d11 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 30 Sep 2019 23:15:53 -0300 Subject: libre/ogmrip: removal not supported by Arch anymore Signed-off-by: David P --- libre/ogmrip/enchant-2.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 libre/ogmrip/enchant-2.patch (limited to 'libre/ogmrip/enchant-2.patch') diff --git a/libre/ogmrip/enchant-2.patch b/libre/ogmrip/enchant-2.patch deleted file mode 100644 index 00d492023..000000000 --- a/libre/ogmrip/enchant-2.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ogmrip-1.0.1/src/ogmrip-spell-dialog.c.orig 2015-01-10 13:39:43.000000000 +0000 -+++ ogmrip-1.0.1/src/ogmrip-spell-dialog.c 2017-11-23 08:47:19.352081545 +0000 -@@ -315,14 +315,14 @@ - enchant_dict_add_to_session (dialog->priv->dict, word, len); - break; - case OGMRIP_SPELL_RESPONSE_ADD_WORD: -- enchant_dict_add_to_personal (dialog->priv->dict, word, len); -+ enchant_dict_add (dialog->priv->dict, word, len); - break; - default: - break; - } - - if (suggs && n_suggs) -- enchant_dict_free_suggestions (dialog->priv->dict, suggs); -+ enchant_dict_free_string_list (dialog->priv->dict, suggs); - } - - return status; -- cgit v1.2.3