tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / external / redland / raptor / raptor-icu.patch
blob227392dc553996181f3a6cb560c6d91046b3b75b
1 --- configure 2023-03-02 02:58:10.000000000 +0900
2 +++ configure 2024-05-11 16:19:06.843539720 +0900
3 @@ -16583,7 +16583,7 @@
4 printf "%s\n" "yes" >&6; }
6 have_icu=yes
7 - ICU_UC_VERSION=`$PKG_CONFIG icu-uc --modversion`
8 + ICU_UC_VERSION="$ICU_MAJOR.$ICU_MINOR"
11 ICU_UC_MAJOR_VERSION=`echo "$ICU_UC_VERSION" | sed -e 's/\..*$//'`