Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ew/find-perl-on-freebsd-in-local'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jul 2016 17:34:44 +0000
(10:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jul 2016 17:34:44 +0000
(10:34 -0700)
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
config.mak.uname
patch
|
blob
|
history
raw
(from parent 1:
b48dfd8
)
diff --git
a/config.mak.uname
b/config.mak.uname
index 22958a8d6ffbf3ca937b5aac97bb9f616de70130..17fed2f43ac6f7564785e2074e7f130bd625c231 100644
(file)
--- 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