Changeset ec42249
- Timestamp:
- 12/03/2019 12:20:30 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- baf041fa
- Parents:
- c2af02b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc2af02b rec42249 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Fix build breakage from ICU-65.1 in qtwebengine-5.13.2, 49 again caused by a U16NEXT() without a terminating semicolon.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Do not use system ICU for libreoffice, 65.1 broke 49 53 one of the packages which it ships with (libfreehand). Fixes -
x/lib/qtwebengine.xml
rc2af02b rec42249 185 185 <screen><userinput>sed -e '/link_pulseaudio/s/false/true/' \ 186 186 -i src/3rdparty/chromium/media/media_options.gni</userinput></screen> 187 188 <para> 189 Now add a terminating semicolon to a macro to let it compile with 190 <xref linkend="icu"/>: 191 </para> 192 193 <!-- editors: this line number is specific to 5.13.2, later versions might 194 have already been fixed, or more likely the relevant line is no longer 5713. 195 There are two lines which invoke U16_NOTE(), the first already has a ';' 196 followed by a comment, the second lacks the ';' --> 197 198 <screen><userinput>sed -i '5713s/.*/&;/' \ 199 src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc</userinput></screen> 187 200 188 201 <para>
Note:
See TracChangeset
for help on using the changeset viewer.