mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Fix build error with WITH_SCIM on 4-stable. [*] Submitted by: mi <the_necronomicon@bigfoot.com> [*] Security: http://www.vuxml.org/freebsd/1e606080-3293-11da-ac91-020039488e34.html
11 lines
358 B
C++
11 lines
358 B
C++
--- uim/scim.cpp.orig Wed Sep 21 00:27:36 2005
|
|
+++ uim/scim.cpp Wed Sep 21 00:29:33 2005
|
|
@@ -175,7 +175,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");
|