Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 282587 Details for
Bug 378367
dev-lang/spidermonkey-1.8.5: please create new slot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to put spidermonkey-1.8.5.ebuild in its own slot
slot.patch (text/plain), 1.24 KB, created by
Ian Stakenvicius (RETIRED)
on 2011-08-08 17:08:58 UTC
(
hide
)
Description:
patch to put spidermonkey-1.8.5.ebuild in its own slot
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2011-08-08 17:08:58 UTC
Size:
1.24 KB
patch
obsolete
>--- /usr/portage/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild 2011-07-03 06:01:07.000000000 +0000 >+++ spidermonkey-1.8.5.ebuild 2011-08-08 17:03:12.000000000 +0000 >@@ -14,7 +14,7 @@ > SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz" > > LICENSE="NPL-1.1" >-SLOT="0" >+SLOT="185" > KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > IUSE="static-libs test" > >@@ -46,8 +46,11 @@ > src_configure() { > cd "${BUILDDIR}" > >+ # Added the --includedir to support slotting, note that includes will install to >+ # subdir 'js' which supports code that uses "#include <js/header.h>" > CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" PYTHON="$(PYTHON)" \ > econf \ >+ --includedir=/usr/include/mozjs185 \ > --enable-jemalloc \ > --enable-readline \ > --enable-threadsafe \ >@@ -77,4 +80,11 @@ > # They're used by the tests and in a few other places > find "${D}" -iname '*.a' -delete || die > fi >+ >+ # New slot support: >+ # remove the js-config tool, as pkg-config is the supported method now >+ rm -Rf "${D}"/usr/bin >+ ewarn "The js-config utility has been removed from this version of spidermonkey." >+ ewarn "If you need to obtain build settings, please use pkg-config instead:" >+ ewarn "\tpkg-config {--cflags,--libs} mozjs185" > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 378367
: 282587 |
284739