components/desktop/gstreamer1/gst-plugins-good/patches/01-grep.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 17 Apr 2017 16:05:36 -0700
changeset 7894 0c22900562ad
parent 6196 92a092dbd0f6
permissions -rw-r--r--
PSARC/2017/033 gstreamer 1.10.3 25689528 Update gstreamer to 1.10.3 25493221 problem in GNOME/MULTIMEDIA

patched for building on Solaris.  Potentially send upstream

--- gst-plugins-good-1.4.5/common/m4/gst-gettext.m4	2014-07-21 01:36:35.000000000 -0700
+++ gst-plugins-good-1.4.5/common/m4/gst-gettext.m4	2015-06-02 11:14:05.097478233 -0700
@@ -16,7 +16,7 @@
 
   dnl make sure po/Makevars is kept in sync with GETTEXT_PACKAGE
   if test -e "${srcdir}/po/Makevars"; then
-    if ! grep -e "$1" "${srcdir}/po/Makevars"; then
+    if ! "$GREP" -e "$1" "${srcdir}/po/Makevars"; then
       AC_MSG_ERROR([DOMAIN in po/Makevars does not match GETTEXT_PACKAGE $1])
     fi
   fi