components/desktop/gstreamer1/gst-plugins-base/patches/01-grep.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 13 Jun 2016 14:01:55 -0700
changeset 6195 baf84532df66
permissions -rw-r--r--
23245317 Move gst-plugins-base to Userland and update to 1.4.5 PSARC/2016/338 GStreamer-1

patched for building on Solaris.  Potentially evaluate to send upstream

--- gst-plugins-base-1.4.5/common/m4/gst-gettext.m4	2014-07-21 01:36:35.000000000 -0700
+++ gst-plugins-base-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