Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/mozilla-firefox/mozilla-firefox-11.0-r1.smage2

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

revision 3527 by niro, Thu Apr 12 08:37:23 2012 UTC revision 3528 by niro, Mon Apr 23 08:28:54 2012 UTC
# Line 123  src_prepare() Line 123  src_prepare()
123   config/system-headers \   config/system-headers \
124   js/src/config/system-headers || die   js/src/config/system-headers || die
125    
126     # config files *must* be the same
127     cp ${SRCDIR}/config/autoconf.mk.in ${SRCDIR}/js/src/config/ || die
128     cp ${SRCDIR}/config/rules.mk ${SRCDIR}/js/src/config/ || die
129    
130   export WANT_AUTOCONF="2.1"   export WANT_AUTOCONF="2.1"
131   autoconf || die   autoconf || die
132  }  }
# Line 245  src_compile() Line 249  src_compile()
249   # resolve multiple --enable-extensions down to one   # resolve multiple --enable-extensions down to one
250   rebuild_extension_list   rebuild_extension_list
251    
252   # now run configure  # # now run configure
253   mconfigure || die  # mconfigure || die
254    
255   # removes extraneous CFLAGS   # removes extraneous CFLAGS
256   # to reduce RAM requirements while compiling   # to reduce RAM requirements while compiling

Legend:
Removed from v.3527  
changed lines
  Added in v.3528