logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

uim-1.8.8-xim__main.cpp_fix_cxx11_syntax.patch (473B)


  1. diff --git a/./xim/main.cpp.old b/./xim/main.cpp
  2. index a0b0bec..c5818ca 100644
  3. --- a/./xim/main.cpp.old
  4. +++ b/./xim/main.cpp
  5. @@ -65,7 +65,7 @@ int g_option_mask;
  6. int scr_width, scr_height;
  7. int host_byte_order;
  8. -#define VERSION_NAME "uim-xim under the way! Version "PACKAGE_VERSION"\n"
  9. +#define VERSION_NAME "uim-xim under the way! Version " PACKAGE_VERSION "\n"
  10. const char *version_name=VERSION_NAME;
  11. const char *usage=
  12. "--help , --version :Show usage or version\n"