Magellan Linux

Diff of /smage/trunk/core/spidermonkey/spidermonkey-1.8.5-r7.smage2

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

revision 10144 by niro, Mon Jan 25 08:54:44 2016 UTC revision 10145 by niro, Fri Aug 11 11:07:15 2017 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27   http://ftp.mozilla.org/pub/mozilla.org/js/${SRCFILE}   http://ftp.mozilla.org/pub/mozilla.org/js/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${PNAME}-${PVER}-fix-install-symlinks.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-install-symlinks.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-gcc6.patch
31  )  )
32    
33  src_prepare()  src_prepare()
34  {  {
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36   mpatch ${PNAME}-${PVER}-fix-install-symlinks.patch || die   mpatch ${PNAME}-${PVER}-fix-install-symlinks.patch || die
37     mpatch ${PNAME}-${PVER}-gcc6.patch || die
38  }  }
39    
40  src_compile()  src_compile()
41  {  {
42     # fortify_source not supported
43     export CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
44    
45   mconfigure --with-system-nspr --enable-threadsafe || die   mconfigure --with-system-nspr --enable-threadsafe || die
46   mmake || die   mmake || die
47  }  }

Legend:
Removed from v.10144  
changed lines
  Added in v.10145