Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630862 - dev-vcs/git: fix python and perl paths in config.mak.uname on FreeBSD
Summary: dev-vcs/git: fix python and perl paths in config.mak.uname on FreeBSD
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-09-13 08:04 UTC by Pengcheng Xu
Modified: 2021-03-28 21:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch on config.mak.uname (file_630862.txt,502 bytes, text/plain)
2017-09-13 08:04 UTC, Pengcheng Xu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pengcheng Xu 2017-09-13 08:04:06 UTC
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.