Magellan Linux

Diff of /smage/trunk/core/spidermonkey/spidermonkey-68.11.0-r1.smage2

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

revision 14466 by niro, Tue Aug 4 10:25:33 2020 UTC revision 14467 by niro, Tue Aug 4 10:30:47 2020 UTC
# Line 27  msetfeature "!check" Line 27  msetfeature "!check"
27  SRC_URI=(  SRC_URI=(
28   http://ftp.mozilla.org/pub/firefox/releases/${PVER}esr/source/${SRCFILE}   http://ftp.mozilla.org/pub/firefox/releases/${PVER}esr/source/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-60.7.2-fix-soname.patch  
  mirror://${PNAME}/${PNAME}-60.7.2-fix-timezone-issues.patch  
30  )  )
31    
32  UP2DATE="updatecmd https://hg.mozilla.org/mozilla-unified/tags | grep '/FIREFOX_.*esr_RELEASE' | sed -e 's:.*/FIREFOX_\(.*\)esr_RELEASE:\1:' -e 's:_:\.:g' | upsort_pipe"  UP2DATE="updatecmd https://hg.mozilla.org/mozilla-unified/tags | grep '/FIREFOX_.*esr_RELEASE' | sed -e 's:.*/FIREFOX_\(.*\)esr_RELEASE:\1:' -e 's:_:\.:g' | upsort_pipe"
# Line 37  src_prepare() Line 35  src_prepare()
35  {  {
36   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
37    
  mpatch ${PNAME}-60.7.2-fix-soname.patch || die  
  mpatch ${PNAME}-60.7.2-fix-timezone-issues.patch || die  
   
38   export WANT_AUTOCONF=2.1   export WANT_AUTOCONF=2.1
39   all-abis autoconf || die   all-abis autoconf || die
40    

Legend:
Removed from v.14466  
changed lines
  Added in v.14467