[gnome-continuous] patches: Use a big hammer on the webkitgtk4 patch



commit 51f7fc9f1bce035af2d609cf40f407b4ccd93902
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jan 25 15:54:20 2016 -0600

    patches: Use a big hammer on the webkitgtk4 patch
    
    At this point I frankly have no clue what is going on. Upgrading WebKit
    definitely causes this error, but it can't be to any change in the CMake
    build system, as the error is that CMakeLists.txt cannot be found....
    
    The srcdir is one directory higher than the builddir, but for some
    reason it's not working, so try forcing it one directory higher. This
    command ought to be telling cmake to look one directory too high, but
    hey, maybe it will work....

 patches/webkitgtk-cmake-buildapi.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/patches/webkitgtk-cmake-buildapi.patch b/patches/webkitgtk-cmake-buildapi.patch
index 55f04fd..4e602d9 100644
--- a/patches/webkitgtk-cmake-buildapi.patch
+++ b/patches/webkitgtk-cmake-buildapi.patch
@@ -93,7 +93,7 @@ index 0000000..f53a4f9
 +     -DLIB_INSTALL_DIR:PATH=${libdir} \
 +     -DCMAKE_C_FLAGS="-m64 -mtune=generic -Wl,--no-keep-memory" \
 +     -DCMAKE_CXX_FLAGS="-m64 -mtune=generic -Wl,--no-keep-memory" \
-+     ..
++     ../..
 -- 
 2.4.3
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]