diff options
author | sem <sem@FreeBSD.org> | 2005-06-20 15:09:55 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-20 15:09:55 +0800 |
commit | 4761b33289dbc25aee0f9c72f64edac7eddb6b51 (patch) | |
tree | cf631815c6f16edfe29e38309bf51ab747862a38 | |
parent | f9d8ffbf9a30a3be0f3f4216b9ca356e5d436e2f (diff) | |
download | freebsd-ports-gnome-4761b33289dbc25aee0f9c72f64edac7eddb6b51.tar.gz freebsd-ports-gnome-4761b33289dbc25aee0f9c72f64edac7eddb6b51.tar.zst freebsd-ports-gnome-4761b33289dbc25aee0f9c72f64edac7eddb6b51.zip |
- Fix build on 4.x
Submitted by: maintainer
Reported by: kris via pointyhat
-rw-r--r-- | textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp b/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp new file mode 100644 index 000000000000..b4669a0b6649 --- /dev/null +++ b/textproc/lemmatizer/files/patch-Source-MorphWizardLib-wizard.cpp @@ -0,0 +1,11 @@ +--- Source/MorphWizardLib/wizard.cpp.old Fri Jun 17 14:37:58 2005 ++++ Source/MorphWizardLib/wizard.cpp Fri Jan 28 11:36:40 2005 +@@ -35,7 +35,7 @@ + Trim(s); + } + else +- m_Comments.clear(); ++ m_Comments.erase(); + + StringTokenizer Tok(s.c_str(), "%"); + m_Flexia.clear(); |