Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 220811 Details for
Bug 306473
dev-scheme/bigloo-3.2{a,b}_p2 fail to compile with dev-libs/boehm-gc-7.2_alpha4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing builld with newer gc
bigloo-3.2b_p2-gc-7.2.patch (text/plain), 787 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-02-23 09:12:41 UTC
(
hide
)
Description:
fixing builld with newer gc
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-02-23 09:12:41 UTC
Size:
787 bytes
patch
obsolete
>--- bigloo3.2b.orig/api/fthread/src/Posix/bglsetup.c 2009-06-02 09:40:22.000000000 +0000 >+++ bigloo3.2b/api/fthread/src/Posix/bglsetup.c 2010-02-23 08:41:58.567380439 +0000 >@@ -38,8 +38,10 @@ > #endif > > #if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING ) >+#if( BGL_GC_VERSION == 710 ) > extern void GC_do_blocking(); >- >+#endif >+ > bgl_gc_do_blocking = &GC_do_blocking; > #endif > >--- bigloo3.2b.orig/api/pthread/src/Posix/bglsetup.c 2009-06-02 09:40:22.000000000 +0000 >+++ bigloo3.2b/api/pthread/src/Posix/bglsetup.c 2010-02-23 08:41:44.631378025 +0000 >@@ -38,8 +38,10 @@ > #endif > > #if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING ) >+#if( BGL_GC_VERSION == 710 ) > extern void GC_do_blocking(); >- >+#endif >+ > bgl_gc_do_blocking = &GC_do_blocking; > #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 306473
:
220789
|
220791
|
220809
| 220811