| Summary: | dev-vcs/git: fix python and perl paths in config.mak.uname on FreeBSD | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pengcheng Xu <i> |
| Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | polynomial-c |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | patch on config.mak.uname | ||
Created attachment 494308 [details] patch on config.mak.uname gmake will complain /usr/local/bin/perl not found due to detecting FreeBSD in uname and setting the paths accordingly, yet this is not true on a Gentoo FreeBSD system. A patch is provided to work around this problem.