summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/3rdparty/javascriptcore/qt_attribution.json3
-rw-r--r--src/script/script.pro3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/javascriptcore/qt_attribution.json b/src/3rdparty/javascriptcore/qt_attribution.json
index 8aa031d..d3fcf52 100644
--- a/src/3rdparty/javascriptcore/qt_attribution.json
+++ b/src/3rdparty/javascriptcore/qt_attribution.json
@@ -11,9 +11,8 @@
"LicenseFile": "JavaScriptCore/COPYING.LIB",
"Copyright": "Copyright 2006-2008 the V8 project authors.
Copyright 2009, The Android Open Source Project
-Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+Copyright (C) 1984, 1989, 1990, 1991, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 1991, 2000, 2001 by Lucent Technologies.
-Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
Copyright (C) 1997-2006 University of Cambridge
Copyright (C) 1998 John E. Bossom
diff --git a/src/script/script.pro b/src/script/script.pro
index e9f15e2..cedc173 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -58,3 +58,6 @@ integrity {
TR_EXCLUDE = $$WEBKITDIR/*
load(qt_module)
+# Override the module default, as it breaks compilation with libc++>=5.0:
+# auto_ptr is no longer part of the c++1z standard.
+CONFIG -= c++1z