Edit

IABSD.fr/ports/inputmethods/scim-pinyin/patches/patch-src_scim_pinyin_phrase_cpp

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:24:07
    Hash : 993f87c3
    Message : drop RCS Ids

  • inputmethods/scim-pinyin/patches/patch-src_scim_pinyin_phrase_cpp
  • Add missing header for ports-gcc
    
    Index: src/scim_pinyin_phrase.cpp
    --- src/scim_pinyin_phrase.cpp.orig
    +++ src/scim_pinyin_phrase.cpp
    @@ -26,6 +26,8 @@
     #define Uses_SCIM_CONFIG_PATH
     #define Uses_SCIM_LOOKUP_TABLE
     
    +#include <string.h>
    +
     #include <scim.h>
     #include "scim_pinyin_private.h"
     #include "scim_phrase.h"