Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 630862

Summary: dev-vcs/git: fix python and perl paths in config.mak.uname on FreeBSD
Product: Gentoo Linux Reporter: Pengcheng Xu <i>
Component: Current packagesAssignee: 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

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.