summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-06-16 00:32:32 +0000
committerryoon <ryoon@pkgsrc.org>2013-06-16 00:32:32 +0000
commit25af54ec62aafa85ee2c3d57afaec04b043f40ba (patch)
treeabb489172dc968eb73ce6810fb058974bd2e52f6 /inputmethod
parent3d10d226f0f2b073fb5c3fb30213cca68b009f8c (diff)
downloadpkgsrc-25af54ec62aafa85ee2c3d57afaec04b043f40ba.tar.gz
Remove obsolete patch.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/libskk/patches/patch-libskk_state.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/inputmethod/libskk/patches/patch-libskk_state.c b/inputmethod/libskk/patches/patch-libskk_state.c
deleted file mode 100644
index 14a363ef604..00000000000
--- a/inputmethod/libskk/patches/patch-libskk_state.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-libskk_state.c,v 1.2 2013/01/25 12:07:13 obache Exp $
-
---- libskk/state.c.orig 2012-08-27 02:38:28.000000000 +0000
-+++ libskk/state.c
-@@ -1560,7 +1560,7 @@ static gchar* skk_state_expand_numeric_r
- GError* e = NULL;
- e = _inner_error_;
- _inner_error_ = NULL;
-- g_return_if_reached ();
-+ g_return_val_if_reached (0);
- _g_error_free0 (e);
- }
- __finally33: