summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-28 17:34:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-07-28 17:34:44 (GMT)
commit36f99a40a8b2c1bf97adb8ec1459c3079c787bc4 (patch)
tree06dbf8d1a187a765838e125cebdb1dfb3e4d0334 /config.mak.uname
parentb48dfd86c90cae3f98dca01101b7e298c0192d16 (diff)
parent259f22af90041f6e527971c2547d38832de93a85 (diff)
downloadgit-36f99a40a8b2c1bf97adb8ec1459c3079c787bc4.zip
git-36f99a40a8b2c1bf97adb8ec1459c3079c787bc4.tar.gz
git-36f99a40a8b2c1bf97adb8ec1459c3079c787bc4.tar.bz2
Merge branch 'ew/find-perl-on-freebsd-in-local'
Recent FreeBSD stopped making perl available at /usr/bin/perl; switch the default the built-in path to /usr/local/bin/perl on not too ancient FreeBSD releases. * ew/find-perl-on-freebsd-in-local: config.mak.uname: correct perl path on FreeBSD
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 22958a8..17fed2f 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -205,6 +205,7 @@ ifeq ($(uname_S),FreeBSD)
NO_STRTOUMAX = YesPlease
endif
PYTHON_PATH = /usr/local/bin/python
+ PERL_PATH = /usr/local/bin/perl
HAVE_PATHS_H = YesPlease
GMTIME_UNRELIABLE_ERRORS = UnfortunatelyYes
HAVE_BSD_SYSCTL = YesPlease