| Summary: | x11-plugins/wmpasman-0.8.4.1 fails to compile (exit undeclared) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Denilson Sá Maia <denilsonsa> |
| Component: | Current packages | Assignee: | Gentoo Dockapp Team <desktop-dock> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Denilson Sá Maia
2006-07-17 18:21:24 UTC
Just add the following code to ebuild, and it will compile without a problem:
src_unpack() {
unpack ${A}
cd ${S}
# Solves compile error about undefined exit - Bug 140857
sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' wmgeneral/wmgeneral-gtk.c
}
Fixed. Thanks for the submission (and the fix)! |