Magellan Linux

Diff of /trunk/extras/mozilla-thunderbird/mozilla-thunderbird-3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4455 by niro, Tue Dec 22 23:02:12 2009 UTC revision 4456 by niro, Tue Dec 22 23:16:37 2009 UTC
# Line 119  src_compile() Line 119  src_compile()
119   # setup .mozconfig   # setup .mozconfig
120   cp mail/config/mozconfig .mozconfig || die   cp mail/config/mozconfig .mozconfig || die
121    
122     # which app we will build
123     mozconf_add --enable-application=mail
124    
125   # where shall the files go ?   # where shall the files go ?
126   mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/mozilla-thunderbird   mozconf_add --with-default-mozilla-five-home=/usr/$(mlibdir)/mozilla-thunderbird
127    
# Line 200  src_compile() Line 203  src_compile()
203   mozconf_add --disable-gnomevfs   mozconf_add --disable-gnomevfs
204   mozconf_add --enable-extension=-gnomevfs   mozconf_add --enable-extension=-gnomevfs
205    
206     # broken with thunderbird-3.0
207     mozconf_add --disable-crashreporter
208    
209   # resolve multiple --enable-extensions down to one   # resolve multiple --enable-extensions down to one
210   rebuild_extension_list   rebuild_extension_list
211    

Legend:
Removed from v.4455  
changed lines
  Added in v.4456