aboutsummaryrefslogtreecommitdiff
path: root/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake')
-rw-r--r--www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake b/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake
index f6e2c3f0b715..1de1931f184b 100644
--- a/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake
+++ b/www/webkit2-gtk3/files/patch-Source_WebCore_PAL_pal_PlatformGTK.cmake
@@ -1,10 +1,9 @@
---- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig 2017-04-17 15:36:57.688080000 +0200
-+++ Source/WebCore/PAL/pal/PlatformGTK.cmake 2017-04-17 15:39:47.928689000 +0200
-@@ -1,3 +1,11 @@
- list(APPEND PAL_SOURCES
- crypto/gcrypt/CryptoDigestGCrypt.cpp
+--- Source/WebCore/PAL/pal/PlatformGTK.cmake.orig 2018-02-19 07:45:31 UTC
++++ Source/WebCore/PAL/pal/PlatformGTK.cmake
+@@ -12,6 +12,13 @@ list(APPEND PAL_SOURCES
+ unix/LoggingUnix.cpp
)
-+
+
+list(APPEND PAL_INCLUDE_DIRECTORIES
+ ${LIBGCRYPT_INCLUDE_DIRS}
+)
@@ -12,3 +11,6 @@
+ ${LIBGCRYPT_LIBRARIES}
+)
+
+ if (ENABLE_SUBTLE_CRYPTO)
+ list(APPEND PAL_SOURCES
+ crypto/tasn1/Utilities.cpp