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 14467 by niro, Tue Aug 4 10:30:47 2020 UTC revision 14469 by niro, Tue Aug 4 10:48:05 2020 UTC
# Line 4  PNAME="spidermonkey" Line 4  PNAME="spidermonkey"
4  PVER="68.11.0"  PVER="68.11.0"
5  PBUILD="r1"  PBUILD="r1"
6    
7    STATE="disabled"
8  PCAT="dev-java"  PCAT="dev-java"
9    
10  DESCRIPTION="SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript."  DESCRIPTION="SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript."
# Line 11  HOMEPAGE="https://developer.mozilla.org/ Line 12  HOMEPAGE="https://developer.mozilla.org/
12    
13  DEPEND=">= sys-libs/zlib-1.2  DEPEND=">= sys-libs/zlib-1.2
14   >= sys-libs/libstdc++-8.3"   >= sys-libs/libstdc++-8.3"
15  SDEPEND=">= dev-lang/python-2.7  SDEPEND=">= dev-lang/python3-3.7
16   >= app-arch/zip-3   >= app-arch/zip-3
17   >= sys-libs/zlib-dev-1.2   >= sys-libs/zlib-dev-1.2
18   >= sys-libs/libstdc++-dev-8.3"   >= sys-libs/libstdc++-dev-8.3"
# Line 73  src_compile() Line 74  src_compile()
74   --disable-strip \   --disable-strip \
75   --enable-linker="gold" \   --enable-linker="gold" \
76   --enable-optimize="-O2" \   --enable-optimize="-O2" \
  --enable-pie \  
77   --enable-posix-nspr-emulation \   --enable-posix-nspr-emulation \
78   --disable-readline \   --disable-readline \
79   --disable-jemalloc \   --disable-jemalloc \

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