X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=chasen-gcc4.patch;fp=chasen-gcc4.patch;h=0000000000000000000000000000000000000000;hb=349c28277cf310f1862e40af8679d6ff1bc89e90;hp=60d9e85a66745a96d15281c751b9b54712c05209;hpb=e9c9f8c2b2021f308e5f2256f46864b1a317b77a;p=packages%2Fchasen.git diff --git a/chasen-gcc4.patch b/chasen-gcc4.patch deleted file mode 100644 index 60d9e85..0000000 --- a/chasen-gcc4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- chasen-2.3.3/lib/dartsdic.cpp.orig 2003-07-30 18:06:57.000000000 +0200 -+++ chasen-2.3.3/lib/dartsdic.cpp 2006-02-25 21:01:27.326524000 +0100 -@@ -177,7 +177,7 @@ - lex_indices.push_back(i->second); - } - lens[size] = key.size(); -- (const char*)keys[size] = key.data(); -+ keys[size] = const_cast(key.data()); - vals[size] = redump_lex(lens[size], lex_indices, tmpfile, lexfile); - if (vals[size] < 0) { - std::cerr << "Unexpected error at " << key << std::endl;