1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/www/webkit-gtk3/files/patch-Tools_DumpRenderTree_gtk_ImageDiff.cpp
Koop Mast 13878c3628 Also apply rev 326961 to webkit-gtk3.
Fix the build on recent head with libc++ [1].
Also when building with clang make the build quieter by not spamming about
c11 keywords.

Submitted by:	stefanf@ (combined patches with) [1]
2013-09-11 12:17:28 +00:00

10 lines
304 B
C++

--- Tools/DumpRenderTree/gtk/ImageDiff.cpp.orig 2013-09-11 12:29:19.000000000 +0200
+++ Tools/DumpRenderTree/gtk/ImageDiff.cpp 2013-09-11 12:29:38.000000000 +0200
@@ -30,6 +30,7 @@
#include <algorithm>
#include <cmath>
#include <cstdio>
+#include <cstdlib>
#include <cstring>
#include <gdk/gdk.h>