Index: head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp =================================================================== --- head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp (nonexistent) +++ head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp (revision 427132) @@ -0,0 +1,11 @@ +--- src/myspell/myspell_checker.cpp.orig 2010-04-01 20:53:37 UTC ++++ src/myspell/myspell_checker.cpp +@@ -427,7 +427,7 @@ MySpellChecker::requestDictionary(const + if(myspell == NULL){ + return false; + } +- char *enc = myspell->get_dic_encoding(); ++ const char *enc = myspell->get_dic_encoding(); + + m_translate_in = g_iconv_open(enc, "UTF-8"); + m_translate_out = g_iconv_open("UTF-8", enc); Property changes on: head/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property