Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.mak.uname: correct perl path on FreeBSD
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 25 Jul 2016 16:21:25 +0000
(18:21 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 26 Jul 2016 16:43:06 +0000
(09:43 -0700)
It looks the the symlink /usr/bin/perl (to /usr/local/bin/perl) has
been removed at least on FreeBSD 10.3. See [1] for more information.
[1] https://svnweb.freebsd.org/ports/head/UPDATING?r1=386270&r2=386269&pathrev=386270&diff_format=c
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Helped-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0b65a8d
)
diff --git
a/config.mak.uname
b/config.mak.uname
index a88f13989ac9c2cbb303e2ae5f9ed43c9a5f778f..4cd62bda4f6187b71a5319524ee74272470ffe08 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-203,6
+203,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