summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim/files/bug-248159_remove_unload.patch')
-rw-r--r--app-i18n/scim/files/bug-248159_remove_unload.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-i18n/scim/files/bug-248159_remove_unload.patch b/app-i18n/scim/files/bug-248159_remove_unload.patch
deleted file mode 100644
index 35aa13bdf650..000000000000
--- a/app-i18n/scim/files/bug-248159_remove_unload.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: scim-1.4.5/src/scim_frontend_module.cpp
-===================================================================
---- scim-1.4.5.orig/src/scim_frontend_module.cpp
-+++ scim-1.4.5/src/scim_frontend_module.cpp
-@@ -69,7 +69,11 @@ FrontEndModule::load (const String &name
-
- m_frontend_init (backend, config, argc, argv);
- } catch (...) {
-- m_module.unload ();
-+ /*
-+ The thrown exception is in x11.so. Unload it, will cause the
-+ destructor of exception failed.
-+ m_module.unload ();
-+ */
- m_frontend_init = 0;
- m_frontend_run = 0;
- return false;