Magellan Linux

Diff of /trunk/extras/spidermonkey/spidermonkey-52.7.3-r1.smage2

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

revision 30861 by niro, Mon Apr 30 11:31:25 2018 UTC revision 30865 by niro, Mon Apr 30 13:44:09 2018 UTC
# Line 16  SDEPEND=">= dev-lang/python-2.7 Line 16  SDEPEND=">= dev-lang/python-2.7
16   >= app-arch/zip-3"   >= app-arch/zip-3"
17    
18  # direct mecurial export  # direct mecurial export
19  SRCFILE="FIREFOX_{PVER//./_}esr_RELEASE.tar.bz2"  SRCFILE="FIREFOX_${PVER//./_}esr_RELEASE.tar.bz2"
20  SRCDIR="${BUILDDIR}/js-${PVER}/js/src"  SRCDIR="${BUILDDIR}/mozilla-unified-FIREFOX_${PVER//./_}esr_RELEASE"
21    
22  EMUL_LINUX_32=true  EMUL_LINUX_32=true
23  sminclude multilib mbuild  sminclude multilib
24  msetfeature "!check"  msetfeature "!check"
25    
26  SRC_URI=(  SRC_URI=(
27   https://hg.mozilla.org/mozilla-unified/archive/${SRCFILE}   #https://hg.mozilla.org/mozilla-unified/archive/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${PNAME}-${PVER}-fix-soname.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-soname.patch
30   mirror://${PNAME}/${PNAME}-${PVER}-copy-headers.patch   mirror://${PNAME}/${PNAME}-${PVER}-copy-headers.patch
# Line 51  src_compile() Line 51  src_compile()
51   export CXX=g++   export CXX=g++
52   export PYTHON=/usr/bin/python2   export PYTHON=/usr/bin/python2
53    
54     SRCSUBDIR="js/src" \
55   mconfigure \   mconfigure \
56   --disable-debug \   --disable-debug \
57   --disable-debug-symbols \   --disable-debug-symbols \
# Line 68  src_compile() Line 69  src_compile()
69   --without-system-icu \   --without-system-icu \
70   || die   || die
71    
72   mmake || die   SRCSUBDIR="js/src" mmake || die
73    }
74    
75    src_install()
76    {
77     SRCSUBDIR="js/src" mmake DESTDIR=${BINDIR} install || die
78  }  }

Legend:
Removed from v.30861  
changed lines
  Added in v.30865