| Summary: | new ebuild media-libs/nas-1.6c-r2 fails to build on x86 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Poisson <poisson> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | felix |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | fixed patch file, added "#include <stdlib.h>" directly after "#include <stdio.h>" | ||
|
Description
Poisson
2004-07-11 04:09:13 UTC
Created attachment 35177 [details, diff]
fixed patch file, added "#include <stdlib.h>" directly after "#include <stdio.h>"
Here is a fix for this bug. I changed the placement of the include directive
for <stdlib.h> and it work for me. I placed it directly after the include of
the stdio.h header file.
Remark:
I am not an glibc expert. Therefore I would be glad if someone could check the
correctness of the patch.
|