Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216801 Details for
Bug 298286
glib-2.22.2 doesn't emerge on interix 6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Some header fixes
glib-2.22.3-interix-headers.patch (text/plain), 728 bytes, created by
Greg Turner
on 2010-01-18 12:25:12 UTC
(
hide
)
Description:
Some header fixes
Filename:
MIME Type:
Creator:
Greg Turner
Created:
2010-01-18 12:25:12 UTC
Size:
728 bytes
patch
obsolete
>--- gio/xdgmime/xdgmimecache.c.orig 2010-01-15 23:41:28 -0800 >+++ gio/xdgmime/xdgmimecache.c 2010-01-15 23:42:59 -0800 >@@ -38,6 +38,9 @@ > #include <assert.h> > > #include <netinet/in.h> /* for ntohl/ntohs */ >+#ifdef __INTERIX >+#include <arpa/inet.h> /* ntohl/ntohs are really here on interix */ >+#endif > > #ifdef HAVE_MMAP > #include <sys/mman.h> >--- gio/glocalfileinfo.c.orig 2010-01-16 00:42:37 -0800 >+++ gio/glocalfileinfo.c 2010-01-16 00:41:37 -0800 >@@ -96,6 +96,11 @@ > > #include "gioalias.h" > >+#ifdef __INTERIX >+/* somehow utimes is missing in sys/time.h ... hope this is right! */ >+extern int __cdecl utimes (const char *, const struct timeval[2]); >+#endif >+ > struct ThumbMD5Context { > guint32 buf[4]; > guint32 bits[2];
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 298286
:
214110
|
214111
|
216798
|
216799
| 216801 |
216802
|
217976
|
217977
|
217978