diff options
Diffstat (limited to 'net-libs/webkit-gtk/files/webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch')
-rw-r--r-- | net-libs/webkit-gtk/files/webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-libs/webkit-gtk/files/webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch b/net-libs/webkit-gtk/files/webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch deleted file mode 100644 index 49af448..0000000 --- a/net-libs/webkit-gtk/files/webkit-gtk-2.8.5-webkit2gtkinjectedbundle-j1.patch +++ /dev/null @@ -1,22 +0,0 @@ -2015-08-24 Alexandre Rostovtsev <tetromino@gentoo.org> - - webkit2gtkinjectedbundle requires forwarding headers - https://bugs.webkit.org/show_bug.cgi?id=148379 - - Fixes GTK build with -j1 - - * PlatformGTK.cmake: - -Index: Source/WebKit2/PlatformGTK.cmake -=================================================================== ---- a/Source/WebKit2/PlatformGTK.cmake (revision 188859) -+++ b/Source/WebKit2/PlatformGTK.cmake (working copy) -@@ -860,7 +860,7 @@ include_directories( - ) - - add_library(webkit2gtkinjectedbundle MODULE "${WEBKIT2_DIR}/WebProcess/gtk/WebGtkInjectedBundleMain.cpp") --add_dependencies(webkit2gtkinjectedbundle GObjectDOMBindings) -+add_dependencies(webkit2gtkinjectedbundle GObjectDOMBindings WebKit2-forwarding-headers) - add_webkit2_prefix_header(webkit2gtkinjectedbundle) - - # Add ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} to LD_LIBRARY_PATH |