[gnome-continuous] patches/gstreamer-build-api.patch: try to pass CC flags correctly to meson



commit 39dc41a2c23525e5c373cc56f5fef20d59ad5f18
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 26 00:00:49 2017 +0000

    patches/gstreamer-build-api.patch: try to pass CC flags correctly to meson

 patches/gstreamer-build-api.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/patches/gstreamer-build-api.patch b/patches/gstreamer-build-api.patch
index 1860dc8..cc7a930 100644
--- a/patches/gstreamer-build-api.patch
+++ b/patches/gstreamer-build-api.patch
@@ -1,4 +1,4 @@
-From 1d2b3950f63259399a220f5db2882bd4bd4bc008 Mon Sep 17 00:00:00 2001
+From 0469669f80eb90fdf6ca0978b555a383b3e4cf80 Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
@@ -14,7 +14,7 @@ v2:
 
 diff --git a/configure b/configure
 new file mode 100755
-index 000000000..eed78b1ee
+index 000000000..1ca778861
 --- /dev/null
 +++ b/configure
 @@ -0,0 +1,129 @@
@@ -133,7 +133,7 @@ index 000000000..eed78b1ee
 +echo "  mandir:...... ${mandir}"
 +echo "  includedir:.. ${includedir}"
 +
-+exec CC=gcc CXX=g++ ${MESON} \
++exec "CC=gcc CXX=g++ ${MESON}" \
 +      --prefix=${prefix} \
 +      --libdir=${libdir} \
 +      --libexecdir=${libexecdir} \


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