Blame SOURCES/0009-osx-Fix-type-OS_FLAGS-instead-of-OS_CFLAGS.patch

71361e
From 1378babdf0f56938408d8137595023efe1bd7c2d Mon Sep 17 00:00:00 2001
71361e
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
71361e
Date: Tue, 5 Jul 2016 18:44:19 -0400
71361e
Subject: [PATCH 09/16] osx: Fix type OS_FLAGS instead of OS_CFLAGS
71361e
71361e
---
71361e
 configure.ac | 4 ++--
71361e
 1 file changed, 2 insertions(+), 2 deletions(-)
71361e
71361e
diff --git a/configure.ac b/configure.ac
71361e
index 1fcbd53..41d521c 100644
71361e
--- a/configure.ac
71361e
+++ b/configure.ac
71361e
@@ -64,8 +64,8 @@ AS_CASE(["${host}"],
71361e
     [*-*darwin*],
71361e
         [
71361e
          AS_IF([test "$HAVE_IOS" = "yes"],
71361e
-             [OS_FLAGS="-DWEBRTC_MAC -DWEBRTC_IOS"],
71361e
-             [OS_FLAGS="-DWEBRTC_MAC"])
71361e
+             [OS_CFLAGS="-DWEBRTC_MAC -DWEBRTC_IOS"],
71361e
+             [OS_CFLAGS="-DWEBRTC_MAC"])
71361e
          PLATFORM_CFLAGS="-DWEBRTC_POSIX"
71361e
          HAVE_POSIX=1
71361e
         ],
71361e
-- 
71361e
2.14.3
71361e