[gnome-continuous] patches: Tweak the webkit cmake patch



commit 535189878b9d43a3a8e114ff2bb420edcef7af59
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jan 20 12:53:28 2016 +0000

    patches: Tweak the webkit cmake patch
    
    Add -DENABLE_FTL_JIT=OFF to avoid bumping the version of Clang to 3.7.

 patches/webkitgtk-cmake-buildapi.patch |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/patches/webkitgtk-cmake-buildapi.patch b/patches/webkitgtk-cmake-buildapi.patch
index f091e29..dcca234 100644
--- a/patches/webkitgtk-cmake-buildapi.patch
+++ b/patches/webkitgtk-cmake-buildapi.patch
@@ -82,6 +82,7 @@ index 0000000..f53a4f9
 +     -DCMAKE_BUILD_TYPE=Release \
 +     -DENABLE_GTKDOC=OFF \
 +     -DUSE_LIBHYPHEN=OFF \
++     -DENABLE_FTL_JIT=OFF \
 +     -DENABLE_ACCELERATED_2D_CANVAS=OFF \
 +     -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
 +     -DLIB_INSTALL_DIR:PATH=${libdir} \


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