pkgsrc/www/webkit24-gtk/patches/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp
wiz b6dafe7567 Re-import webkit-gtk as webkit24-gtk-2.4.9nb1 as www/webkit24-gtk to make
space for the next major version.

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 GTK2+ port of the engine of the 2.4 series.
2015-07-12 00:37:47 +00:00

12 lines
451 B
C++

$NetBSD: patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp,v 1.1 2015/07/12 00:37:47 wiz Exp $
--- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig 2014-04-14 06:40:46.000000000 +0000
+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp
@@ -47,6 +47,7 @@
#include <JavaScriptCore/JavaScript.h>
#include <WebCore/platform/network/soup/GUniquePtrSoup.h>
#include <cassert>
+#include <clocate>
#include <cstdlib>
#include <cstring>
#include <getopt.h>