wok rev 23598

gst-plugins-base: typo in Makefile?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 09 17:07:06 2020 +0000 (2020-04-09)
parents 1ab5f2d42d60
children 7502a0087365
files gst-plugins-base/receipt pari/receipt
line diff
     1.1 --- a/gst-plugins-base/receipt	Thu Apr 09 09:01:09 2020 +0000
     1.2 +++ b/gst-plugins-base/receipt	Thu Apr 09 17:07:06 2020 +0000
     1.3 @@ -28,6 +28,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	find | grep Makefile | xargs sed 's|\\n\\#inc|\\n#inc|' -i common/gst-glib-gen.mak
     1.8  	case "$ARCH" in
     1.9  		i?86) ;;
    1.10  		*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" ;;
     2.1 --- a/pari/receipt	Thu Apr 09 09:01:09 2020 +0000
     2.2 +++ b/pari/receipt	Thu Apr 09 17:07:06 2020 +0000
     2.3 @@ -29,7 +29,7 @@
     2.4  	make all &&
     2.5  	make DESTDIR=$install install 2>&1 | sed \
     2.6  		-e "s/dvi': No such/dvi': no such/" \
     2.7 -		-e "s/ps': No such/ps': no such/"
     2.8 +		-e "s/tex: No such/tex: no such/"
     2.9  
    2.10  	rm -rf $src/build
    2.11  }