Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 196569 Details for
Bug 275748
dev-lang/squeak-3.10.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
squeak-vm-sugar-3.10.3-sugar-squeak-dprintf.patch
squeak-vm-sugar-3.10.3-sugar-squeak-dprintf.patch (text/plain), 971 bytes, created by
Emmanuel Rosa
on 2009-07-04 02:44:43 UTC
(
hide
)
Description:
squeak-vm-sugar-3.10.3-sugar-squeak-dprintf.patch
Filename:
MIME Type:
Creator:
Emmanuel Rosa
Created:
2009-07-04 02:44:43 UTC
Size:
971 bytes
patch
obsolete
>--- ./platforms/unix/vm/debug.h.orig 2003-08-07 07:39:34.000000000 +0000 >+++ ./platforms/unix/vm/debug.h 2009-05-09 21:38:27.000000000 +0000 >@@ -7,6 +7,13 @@ > #endif > > >+// we need stdio.h to override glibc's dprintf function >+// since new glibc has this function with different interface >+#include <features.h> >+#ifdef __USE_XOPEN2K8 >+# include <stdio.h> >+#endif >+ > #if (DEBUG) > /* the thing to use here is a variadic macro, but Apple's gcc barfs on > ** them when running in precomp mode. did they _really_ have to break >--- olpc/platforms/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc.orig 2007-03-11 23:56:36.000000000 +0000 >+++ olpc/platforms/unix/plugins/MIDIPlugin/sqUnixMIDIALSA.inc 2009-05-09 22:07:29.000000000 +0000 >@@ -116,6 +116,12 @@ > > #include <alsa/asoundlib.h> > >+#if (DEBUG) >+# define dprintf(...) printf(__VA_ARGS__) >+#else >+# define dprintf(...) >+#endif >+ > static snd_seq_t *seq = 0; > static int queue = 0; > static int in_port = -1;
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 275748
:
196568
| 196569 |
196570
|
196572