Skip to content

Commit 259f22a

Browse files
pcloudsgitster
authored andcommitted
config.mak.uname: correct perl path on FreeBSD
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 <[email protected]> Helped-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit 259f22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ ifeq ($(uname_S),FreeBSD)
203203
NO_STRTOUMAX = YesPlease
204204
endif
205205
PYTHON_PATH = /usr/local/bin/python
206+
PERL_PATH = /usr/local/bin/perl
206207
HAVE_PATHS_H = YesPlease
207208
GMTIME_UNRELIABLE_ERRORS = UnfortunatelyYes
208209
HAVE_BSD_SYSCTL = YesPlease

0 commit comments

Comments
 (0)