wok diff seamonkey/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents c636d36601ac
children 924febe49050
line diff
     1.1 --- a/seamonkey/receipt	Mon Mar 12 22:19:24 2018 +0100
     1.2 +++ b/seamonkey/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -20,6 +20,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i	-e 's|return true|return boolean(true)|' \
     1.8 +		-e 's|return false|return boolean(false)|' \
     1.9 +			mozilla/image/decoders/nsJPEGDecoder.cpp
    1.10 +	sed -i	-e 's|return 1|return boolean(1)|' \
    1.11 +		-e 's|\(jpeg_.*\)1)|\1boolean(1))|' \
    1.12 +			mozilla/image/encoders/jpeg/nsJPEGEncoder.cpp
    1.13 +
    1.14  	grep -rsl 'uname -m' $src | xargs sed -i 's|uname -m|echo i686|'
    1.15  	cp -a $stuff/seamonkey.mozconfig $src/.mozconfig
    1.16  	cd $src