[gnome-continuous] Fix webkit cmake patch



commit 9101266439886a51d0c8d3a411d530bcef2b6b5a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Feb 16 16:58:00 2017 +0000

    Fix webkit cmake patch
    
    Whitespace fix for the generate Makefile wrapper.

 patches/webkitgtk-cmake-buildapi.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/patches/webkitgtk-cmake-buildapi.patch b/patches/webkitgtk-cmake-buildapi.patch
index 1cddece..6e48d0b 100644
--- a/patches/webkitgtk-cmake-buildapi.patch
+++ b/patches/webkitgtk-cmake-buildapi.patch
@@ -1,4 +1,4 @@
-From 7589d8dda37cb4f9cbfcb25cf4c010770a863cb2 Mon Sep 17 00:00:00 2001
+From 807c94e0a70b61e6ada0c50ba518fe9c0a2d5825 Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Fri, 21 Nov 2014 11:12:07 +0100
 Subject: [PATCH] build: Add a "configure" script implementing the GNOME Build
@@ -21,7 +21,7 @@ See https://github.com/cgwalters/build-api
 
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000..13ceb9a
+index 0000000..b2816c0
 --- /dev/null
 +++ b/configure
 @@ -0,0 +1,93 @@
@@ -101,10 +101,10 @@ index 0000000..13ceb9a
 +# Generated by configure; do not edit
 +
 +all:
-+        ${NINJA}
++      ${NINJA}
 +
 +install:
-+        DESTDIR="\$(DESTDIR)" ${NINJA} install
++      DESTDIR="\$(DESTDIR)" ${NINJA} install
 +END
 +
 +exec cmake \


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