Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-03 23:28:41 +0400
committerJunio C Hamano <gitster@pobox.com>2010-04-03 23:28:41 +0400
commit4de113cdf55631ef1f8bf34658fb647509520e8a (patch)
treec26cdceca94648fc281bb0259bd44faa3c983247 /Makefile
parent16b8a3e4b94dc7f6e05b624eae3cf1eed7b358a5 (diff)
parent44211e8c2ea48e1149cb36a02bd54f2d21c207f4 (diff)
Merge branch 'rb/maint-python-path'
* rb/maint-python-path: Correct references to /usr/bin/python which does not exist on FreeBSD
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7f251683f..e210a425bf 100644
--- a/Makefile
+++ b/Makefile
@@ -866,6 +866,7 @@ ifeq ($(uname_S),FreeBSD)
NO_UINTMAX_T = YesPlease
NO_STRTOUMAX = YesPlease
endif
+ PYTHON_PATH = /usr/local/bin/python
endif
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease