[Bug 720020] Missing quotes in gst-error.m4

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 6 15:30:24 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720020
  GStreamer | common | git

--- Comment #1 from Kyle <zeranoe at gmail.com> 2013-12-06 23:30:20 UTC ---
Adding patching because it didn't go through the first time

diff --git a/m4/gst-error.m4 b/m4/gst-error.m4
index e12a04c..9bcd7f4 100644
--- a/m4/gst-error.m4
+++ b/m4/gst-error.m4
@@ -169,7 +169,7 @@ AC_DEFUN([AG_GST_SET_ERROR_CXXFLAGS],
                  'no%E_MACRO_REDEFINED' \
                  'no%E_LOOP_NOT_ENTERED_AT_TOP'
         do
-          AS_CXX_COMPILER_FLAG([-errwarn=%all,$f],
ERROR_CXXFLAGS="$ERROR_CXXFLAGS,$f")
+          AS_CXX_COMPILER_FLAG([-errwarn=%all,$f],
ERROR_CXXFLAGS="$ERROR_CXXFLAGS","$f")
         done
       fi
     fi
@@ -254,7 +254,7 @@ AC_DEFUN([AG_GST_SET_ERROR_OBJCFLAGS],
                  'no%E_MACRO_REDEFINED' \
                  'no%E_LOOP_NOT_ENTERED_AT_TOP'
         do
-          AS_OBJC_COMPILER_FLAG([-errwarn=%all,$f],
ERROR_OBJCFLAGS="$ERROR_OBJCFLAGS,$f")
+          AS_OBJC_COMPILER_FLAG([-errwarn=%all,$f],
ERROR_OBJCFLAGS="$ERROR_OBJCFLAGS","$f")
         done
       fi
     fi

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list