diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 10:49:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 10:49:26 +0800 |
commit | fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0 (patch) | |
tree | 09892fae7c48d40f5dc155f1e815e73366292d07 /textproc/uim/files/patch-uim:scim.cpp | |
parent | bc67d7463e59b18d78956f56225625be4edcb50c (diff) | |
download | marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar.gz marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar.bz2 marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar.lz marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar.xz marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.tar.zst marcuscom-ports-fcf97a650cf9ccdecab91c6ec65cf047d6a6edd0.zip |
GTK2_VERSION & LOCALBASE
Spotted by: pointyhat
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7379 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/uim/files/patch-uim:scim.cpp')
-rw-r--r-- | textproc/uim/files/patch-uim:scim.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/uim/files/patch-uim:scim.cpp b/textproc/uim/files/patch-uim:scim.cpp new file mode 100644 index 000000000..c01766738 --- /dev/null +++ b/textproc/uim/files/patch-uim:scim.cpp @@ -0,0 +1,19 @@ +--- 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"); |