diff --git a/general/genlib/icu.xml b/general/genlib/icu.xml
index 8e526cb9cf..875458b736 100644
--- a/general/genlib/icu.xml
+++ b/general/genlib/icu.xml
@@ -4,7 +4,8 @@
%general-entities;
-
+
@@ -186,7 +187,7 @@ make
gencnval
- compiles the converters aliases file.
+ compiles the converter's aliases file.
gencnval
@@ -198,7 +199,7 @@ make
genctd
- compiles word list into ICU compact trie dictionary.
+ compiles a word list into an ICU compact trie dictionary.
genctd
@@ -210,7 +211,7 @@ make
genrb
- compile a resource bundle.
+ compiles a resource bundle.
genrb
@@ -234,8 +235,7 @@ make
icuinfo
- outputs information about the current International Components for
- Unicode.
+ outputs configuration information about the current ICU.
icuinfo
diff --git a/xsoft/office/libreoffice.xml b/xsoft/office/libreoffice.xml
index a2c237adbe..421a0ecc98 100644
--- a/xsoft/office/libreoffice.xml
+++ b/xsoft/office/libreoffice.xml
@@ -250,8 +250,10 @@ cd libreoffice-core-&libreoffice-version;
tar -xf ../libreoffice-translations-&libreoffice-version;.tar.xz --strip-components=1 &&
-tar -xf ../libreoffice-help-&libreoffice-version;.tar.xz --strip-components=1 &&
+tar -xf ../libreoffice-help-&libreoffice-version;.tar.xz --strip-components=1 &&
tar -xf ../libreoffice-dictionaries-&libreoffice-version;.tar.xz --strip-components=1 &&
+sed -i '/$Prepend/s:^[^#]:# &:' \
+ i18npool/source/breakiterator/data/char{,_in}.txt &&
./autogen.sh --prefix=/usr \
--disable-binfilter \
--disable-gconf \
@@ -344,6 +346,13 @@ gtk-update-icon-cache /usr/share/icons/hicolor
correct position.
+
+ sed -i '/$Prepend/s:^[^#]:# &:'
+ i18npool/source/breakiterator/data/char{,_in}.txt: This sed
+ fixes compiling with ICU 49 installed on your
+ system.
+
+
: add this option if you've installed and
want to use Gtk+-3.