Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330782 Details for
Bug 445012
=media-libs/taglib-1.8: build failure on FreeBSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple patch to include sys/stat.h to define S_* properly
patch (text/plain), 266 bytes, created by
Naohiro Aota
on 2012-11-27 22:56:33 UTC
(
hide
)
Description:
simple patch to include sys/stat.h to define S_* properly
Filename:
MIME Type:
Creator:
Naohiro Aota
Created:
2012-11-27 22:56:33 UTC
Size:
266 bytes
patch
obsolete
>diff --git a/tests/utils.h b/tests/utils.h >index 39e15ce..b69bfa5 100644 >--- a/tests/utils.h >+++ b/tests/utils.h >@@ -7,6 +7,7 @@ > #include <unistd.h> > #include <fcntl.h> > #include <sys/fcntl.h> >+#include <sys/stat.h> > #endif > #include <stdio.h> > #include <string.h>
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 445012
:
330780
| 330782