[Bug 270817] www/chromium: needs help to cope with icu-73.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270817] www/chromium: needs help to cope with icu-73.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 21:22:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270817
fgorter <fgorter@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fgorter@gmail.com
--- Comment #4 from fgorter <fgorter@gmail.com> ---
devel/electron22 can use this exact same fix.
Getting build errors like:
;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:95:57: error: expected ';'
at end of declaration list
UnicodeString toTempString(UErrorCode& status) const U_OVERRIDE;
^
;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:98:75: error: expected ';'
at end of declaration list
Appendable &appendTo(Appendable& appendable, UErrorCode& status) const
U_OVERRIDE;
^
;
../../third_party/icu/source/i18n/unicode/dtitvfmt.h:101:82: error: expected
';' at end of declaration list
UBool nextPosition(ConstrainedFieldPosition& cfpos, UErrorCode& status)
const U_OVERRIDE;
Currently trying to compile electron22-22.3.5_1 from source.
--
You are receiving this mail because:
You are the assignee for the bug.