wok-next diff seamonkey/receipt @ rev 20991

Update EDuke32, combine web apps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 06:46:42 2018 +0300 (2018-10-04)
parents 0d193e839425
children f48456621a9d
line diff
     1.1 --- a/seamonkey/receipt	Tue Apr 21 02:29:12 2015 -0400
     1.2 +++ b/seamonkey/receipt	Thu Oct 04 06:46:42 2018 +0300
     1.3 @@ -21,10 +21,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cp -a $stuff/seamonkey.mozconfig $src/.mozconfig
     1.7 -	cd $src
     1.8  	sed -i -e 's/USE_INPUT_PARTITION/USE_INPUT_FRAGMENTS/' \
     1.9  		-e 's/0.9.7/1.0.0/' mozilla/configure.in mozilla/configure
    1.10 -	#patch -p1 -i $stuff/google-breakpad.u || exit 1
    1.11  	cat >> mozilla/layout/build/Makefile.in << "EOF"
    1.12  ifdef MOZ_ENABLE_CANVAS
    1.13  EXTRA_DSO_LDOPTS += $(XLDFLAGS) -lX11 -lXrender
    1.14 @@ -32,8 +30,6 @@
    1.15  EOF
    1.16  	unset CFLAGS
    1.17  	unset CXXFLAGS
    1.18 -	patch -Np1 -i $stuff/seamonkey-2.0-lang.patch
    1.19 -	patch -Np1 -i $stuff/seamonkey-install-dir.patch
    1.20  	export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey"
    1.21  	./configure $CONFIGURE_ARGS 2>&1 | grep -v 'cthandlers/calendar/Makefile.in' &&
    1.22  	make &&