wok-undigest rev 1191

Add palemoon (again)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Apr 29 23:57:52 2016 +0200 (2016-04-29)
parents a1fad889f291
children ea27d3669f6d
files palemoon/receipt
line diff
     1.1 --- a/palemoon/receipt	Fri Apr 29 23:38:24 2016 +0200
     1.2 +++ b/palemoon/receipt	Fri Apr 29 23:57:52 2016 +0200
     1.3 @@ -61,8 +61,9 @@
     1.4  
     1.5  	export MOZBUILD_STATE_PATH="$src/mozbuild"
     1.6  	export MOZCONFIG="$src/mozconfig"
     1.7 -	export CPPFLAGS="$CPPFLAGS -O2"
     1.8 +	export CPPFLAGS="$CPPFLAGS -O2 -std=gnu++0x"
     1.9  	export MAKEFLAGS="-j3"
    1.10 +	python2 mach configure
    1.11  	python2 mach build || echo "Next =>"
    1.12  	python2 mach build
    1.13  	cd $src/obj-i686-pc-linux-gnu