wok-6.x diff gst-plugins-base/receipt @ 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 a78610b2eb47
children 03ac2467a4fc
line diff
     1.1 --- a/gst-plugins-base/receipt	Mon Jan 21 12:26:11 2019 +0100
     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" ;;