Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213902 Details for
Bug 297248
<dev-util/pkgconfig-0.26: build fails with C99 standard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches the bundled version of glib to compile with C99 inline semantics v2
pkgconfig-glib-1.2.10-C99-inline-fix.patch (text/plain), 502 bytes, created by
Andrew Jeffery
on 2009-12-23 07:48:32 UTC
(
hide
)
Description:
Patches the bundled version of glib to compile with C99 inline semantics v2
Filename:
MIME Type:
Creator:
Andrew Jeffery
Created:
2009-12-23 07:48:32 UTC
Size:
502 bytes
patch
obsolete
>--- glib-1.2.10/glib.h 2009-12-22 20:24:58.000000000 +1030 >+++ glib-1.2.10/glib.h 2009-12-23 09:46:47.000000000 +1030 >@@ -201,8 +201,11 @@ > # endif > # endif > #endif >+#if defined (__GNUC__) && !defined (__GNUC_STDC_INLINE__) && !defined (__GNUC_GNU_INLINE__) >+# define __GNUC_GNU_INLINE__ 1 /* GCCs earlier than 4.1.3 don't define this */ >+#endif > #ifndef G_INLINE_FUNC >-# ifdef __GNUC__ >+# ifdef __GNUC_GNU_INLINE__ > # ifdef __OPTIMIZE__ > # define G_INLINE_FUNC extern inline > # else
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 297248
:
213254
|
213257
|
213743
|
213745
| 213902