mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c0ff713fb9
Also when building with clang make the build quieter by not spamming about c11 keywords. Submitted by: stefanf@ (combined patches with) [1]
11 lines
360 B
C++
11 lines
360 B
C++
--- Tools/DumpRenderTree/gtk/DumpRenderTree.cpp.orig 2012-08-20 18:26:18.000000000 +0200
|
|
+++ Tools/DumpRenderTree/gtk/DumpRenderTree.cpp 2013-09-11 12:28:29.000000000 +0200
|
|
@@ -48,6 +48,7 @@
|
|
#include "WorkQueueItem.h"
|
|
#include <JavaScriptCore/JavaScript.h>
|
|
#include <cassert>
|
|
+#include <clocale>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <getopt.h>
|