1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/uim/files/patch-uim:scim.cpp
MANTANI Nobutaka 1af4f60eb0 - Update to 1.0.1.
- Use OPTIONS.
- Make dependencies on anthy and m17nlib optional.
2005-12-25 05:47:34 +00:00

20 lines
494 B
C++

--- uim/scim.cpp.orig Wed Dec 7 21:39:32 2005
+++ uim/scim.cpp Sat Dec 24 04:13:02 2005
@@ -43,7 +43,6 @@
#include "uim.h"
#include "uim-scm.h"
#include "uim-compat-scm.h"
-#include "context.h"
using namespace scim;
@@ -175,7 +174,7 @@
return uim_scm_f();
}
- config = config_module->create_config("scim");
+ config = config_module->create_config();
if ( config.null() )
{
fprintf(stderr, "create_config failed\n");