mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1af4f60eb0
- Use OPTIONS. - Make dependencies on anthy and m17nlib optional.
20 lines
494 B
C++
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");
|