components/desktop/gstreamer1/gst-plugins-good/patches/01-grep.patch
changeset 6196 92a092dbd0f6
child 7894 0c22900562ad
equal deleted inserted replaced
6195:baf84532df66 6196:92a092dbd0f6
       
     1 patched for building on Solaris.  Potentially send upstream
       
     2 
       
     3 --- gst-plugins-base-1.4.5/common/m4/gst-gettext.m4	2014-07-21 01:36:35.000000000 -0700
       
     4 +++ gst-plugins-base-1.4.5/common/m4/gst-gettext.m4	2015-06-02 11:14:05.097478233 -0700
       
     5 @@ -16,7 +16,7 @@
       
     6  
       
     7    dnl make sure po/Makevars is kept in sync with GETTEXT_PACKAGE
       
     8    if test -e "${srcdir}/po/Makevars"; then
       
     9 -    if ! grep -e "$1" "${srcdir}/po/Makevars"; then
       
    10 +    if ! "$GREP" -e "$1" "${srcdir}/po/Makevars"; then
       
    11        AC_MSG_ERROR([DOMAIN in po/Makevars does not match GETTEXT_PACKAGE $1])
       
    12      fi
       
    13    fi