Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99885 Details for
Bug 129222
dev-lang/spidermonkey threadsafe addition
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang/spidermonkey/spidermonkey-1.5-r1.ebuild
spidermonkey-1.5-r1.ebuild (text/plain), 1.01 KB, created by
Ben de Groot (RETIRED)
on 2006-10-17 08:07:21 UTC
(
hide
)
Description:
dev-lang/spidermonkey/spidermonkey-1.5-r1.ebuild
Filename:
MIME Type:
Creator:
Ben de Groot (RETIRED)
Created:
2006-10-17 08:07:21 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs multilib > >MY_P="js-${PV}" >DESCRIPTION="Stand-alone JavaScript C library" >HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" >SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.gz" > >LICENSE="NPL-1.1" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" >IUSE="threadsafe" > >S=${WORKDIR}/js/src > >RDEPEND="threadsafe? ( dev-libs/nspr )" > >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-1.5-build.patch > epatch "${FILESDIR}"/${PN}-1.5-threadsafe.diff > epatch "${FILESDIR}"/${PN}-1.5-header.diff >} > >src_compile() { > tc-export CC LD AR > > use threadsafe \ > && { emake -j1 -f Makefile.ref LIBDIR="$(get_libdir)" JS_THREADSAFE=1 || die; } \ > || { emake -j1 -f Makefile.ref LIBDIR="$(get_libdir)" || die; } >} > >src_install() { > make -f Makefile.ref install DESTDIR="${D}" LIBDIR="$(get_libdir)" || die > dodoc ../jsd/README > dohtml README.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 129222
: 99885 |
99886
|
99887
|
99888