aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/qt5-webkit/patches/reduce-exports.patch
diff options
context:
space:
mode:
Diffstat (limited to 'srcpkgs/qt5-webkit/patches/reduce-exports.patch')
-rw-r--r--srcpkgs/qt5-webkit/patches/reduce-exports.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/srcpkgs/qt5-webkit/patches/reduce-exports.patch b/srcpkgs/qt5-webkit/patches/reduce-exports.patch
index 7addb0f7c16..f5c2a5d82d4 100644
--- a/srcpkgs/qt5-webkit/patches/reduce-exports.patch
+++ b/srcpkgs/qt5-webkit/patches/reduce-exports.patch
@@ -3,8 +3,8 @@ Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Last-Update: 2017-08-27
---- Source/WTF/wtf/ExportMacros.h
-+++ Source/WTF/wtf/ExportMacros.h
+--- a/Source/WTF/wtf/ExportMacros.h
++++ b/Source/WTF/wtf/ExportMacros.h
@@ -56,7 +56,7 @@
#elif defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC__)
@@ -14,8 +14,8 @@ Last-Update: 2017-08-27
#define WTF_IMPORT_DECLARATION WTF_EXPORT_DECLARATION
#define WTF_HIDDEN_DECLARATION __attribute__((visibility("hidden")))
---- Source/cmake/OptionsQt.cmake
-+++ Source/cmake/OptionsQt.cmake
+--- a/Source/cmake/OptionsQt.cmake
++++ b/Source/cmake/OptionsQt.cmake
@@ -658,6 +658,7 @@ if (COMPILER_IS_GCC_OR_CLANG AND UNIX)
if (NOT SHARED_CORE)
set(CMAKE_C_FLAGS "-fvisibility=hidden ${CMAKE_C_FLAGS}")