head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.08.30.14.25.05; author wiz; state Exp; branches; next ; commitid JBc39jPIQAWHzFTG; desc @@ 1.1 log @www/webkit-gtk41: import webkit-gtk41-2.52.6 WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK3 port of the engine, API version 4.1. @ text @$NetBSD$ webkitgtk-2.46.3/Source/ThirdParty/skia/src/ports/SkMemory_malloc.cpp:130:(.text._Z14sk_malloc_sizePvm+0x26): undefined reference to `malloc_usable_size' --- Source/ThirdParty/skia/src/ports/SkMemory_malloc.cpp.orig 2024-11-06 12:45:16.083139292 +0000 +++ Source/ThirdParty/skia/src/ports/SkMemory_malloc.cpp @@@@ -126,7 +126,7 @@@@ size_t sk_malloc_size(void* addr, size_t #elif defined(SK_BUILD_FOR_ANDROID) && __ANDROID_API__ >= 17 completeSize = malloc_usable_size(addr); SkASSERT(completeSize >= size); - #elif defined(SK_BUILD_FOR_UNIX) + #elif defined(SK_BUILD_FOR_UNIX) && !defined(__NetBSD__) completeSize = malloc_usable_size(addr); SkASSERT(completeSize >= size); #elif defined(SK_BUILD_FOR_WIN) @