head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.8 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2018.01.17.19.37.33; author markd; state dead; branches; next 1.1; commitid aGd4u4wWJDKPrgnA; 1.1 date 2017.04.26.10.27.43; author wiz; state Exp; branches; next ; commitid yL5gHmRbzmK2Y1Pz; desc @@ 1.2 log @qt5-qtwebkit: update to 5.212.0.alpha2 Version of qtwebkit that is being updated with webkit changes. @ text @$NetBSD: patch-Source_WebKit2_Shared_API_c_WKString.cpp,v 1.1 2017/04/26 10:27:43 wiz Exp $ Fix build with icu-59. --- Source/WebKit2/Shared/API/c/WKString.cpp.orig 2015-10-13 04:37:12.000000000 +0000 +++ Source/WebKit2/Shared/API/c/WKString.cpp @@@@ -55,7 +55,7 @@@@ size_t WKStringGetLength(WKStringRef str size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength) { COMPILE_ASSERT(sizeof(WKChar) == sizeof(UChar), WKStringGetCharacters_sizeof_WKChar_matches_UChar); - return (toImpl(stringRef)->getCharacters(static_cast(buffer), bufferLength)); + return (toImpl(stringRef)->getCharacters((UChar*)(buffer), bufferLength)); } size_t WKStringGetMaximumUTF8CStringSize(WKStringRef stringRef) @ 1.1 log @Fix build with icu-59. @ text @d1 1 a1 1 $NetBSD$ @