Skip to content

Commit f76a962

Browse files
committed
Merge branch 'ew/find-perl-on-freebsd-in-local' into next
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
2 parents 9d71562 + 259f22a commit f76a962

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
@@ -205,6 +205,7 @@ ifeq ($(uname_S),FreeBSD)
205205
NO_STRTOUMAX = YesPlease
206206
endif
207207
PYTHON_PATH = /usr/local/bin/python
208+
PERL_PATH = /usr/local/bin/perl
208209
HAVE_PATHS_H = YesPlease
209210
GMTIME_UNRELIABLE_ERRORS = UnfortunatelyYes
210211
HAVE_BSD_SYSCTL = YesPlease

0 commit comments

Comments
 (0)