Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99888 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]
[patch]
spidermonkey-1.5-threadsafe.diff
spidermonkey-1.5-threadsafe.diff (text/plain), 507 bytes, created by
Ben de Groot (RETIRED)
on 2006-10-17 08:08:50 UTC
(
hide
)
Description:
spidermonkey-1.5-threadsafe.diff
Filename:
MIME Type:
Creator:
Ben de Groot (RETIRED)
Created:
2006-10-17 08:08:50 UTC
Size:
507 bytes
patch
obsolete
>--- js/src/Makefile.ref.orig 2006-03-06 03:31:04.000000000 +0000 >+++ js/src/Makefile.ref 2006-03-06 03:33:03.000000000 +0000 >@@ -61,11 +61,11 @@ > > ifdef JS_THREADSAFE > DEFINES += -DJS_THREADSAFE >-INCLUDES += -I../../dist/$(OBJDIR)/include >+INCLUDES += -I/usr/include/nspr > ifdef USE_MSVC > OTHER_LIBS += ../../dist/$(OBJDIR)/lib/libnspr${NSPR_LIBSUFFIX}.lib > else >-OTHER_LIBS += -L../../dist/$(OBJDIR)/lib -lnspr${NSPR_LIBSUFFIX} >+OTHER_LIBS += -L/usr/$(LIBDIR)/nspr -lnspr${NSPR_LIBSUFFIX} > endif > endif >
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 129222
:
99885
|
99886
|
99887
| 99888