| Summary: | herdstat-1.1.91 fails to compile with USE=readline | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Rodolfo Boer <rodolfo.boer> |
| Component: | Tools | Assignee: | Saleem Abdulrasool (RETIRED) <compnerd> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ka0ttic, nicolas |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rodolfo Boer
2007-02-10 13:19:27 UTC
Yes, I noticed that too. The herdstat-1.1.91-undefined-lhp.patch is applied regardless of the readline USE flag but it is only required when USE="-readline". Otherwise, lhp is defined twice.
Fix:
src_unpack() {
unpack ${A}
cd ${S}
if ! use readline ; then
epatch ${FILESDIR}/${PN}-1.1.91-undefined-lhp.patch
fi
}
Fixed in portage. |