updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / thunderbird-firetray-svn / SConscript.patch
bloba1d65c5d93c7c5614112ef9fb9486e6a18efe670
1 --- components/SConscript 2012-01-08 12:03:49.414343734 +0100
2 +++ components/SConscript1 2012-01-08 12:11:48.045673775 +0100
3 @@ -74,8 +74,8 @@
4 break
6 # Create two builders to create xpt and header files from idl.
7 -bxpt = Builder(action = 'typelib.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE', suffix = '.xpt', src_suffix = '.idl')
8 -bhdr = Builder(action = 'header.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE', suffix = '.h', src_suffix = '.idl')
9 +bxpt = Builder(action = 'python2 /usr/lib/xulrunner-devel-9.0.1/sdk/bin/typelib.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE', suffix = '.xpt', src_suffix = '.idl')
10 +bhdr = Builder(action = 'python2 /usr/lib/xulrunner-devel-9.0.1/sdk/bin/header.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE', suffix = '.h', src_suffix = '.idl')
13 # Create environment object for build