Skip to content

Commit 8d64216

Browse files
committed
Merge branch 'ew/find-perl-on-freebsd-in-local' into maint
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 172b811 + 259f22a commit 8d64216

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)