File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -322,14 +322,14 @@ d_printf_format_null='undef'
322322# Interpreting: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743#c10
323323# khw workaround no longer needed except for the following versions
324324FREEBSD_KERNEL_VERSION=` uname -U`
325- if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
326- -o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
327- -a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
328- -o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
329- -a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
330- then
325+ # if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
326+ # -o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
327+ # -a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
328+ # -o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
329+ # -a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
330+ # then
331331 d_uselocale=' undef'
332- fi
332+ # fi
333333
334334# https://github.com/Perl/perl5/issues/15984
335335# Reported in 11.0-CURRENT with g++-4.8.5:
You can’t perform that action at this time.
0 commit comments