summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-08-17 21:11:53 -0600
committerKarl Williamson <khw@cpan.org>2022-08-17 21:15:41 -0600
commit3a7e80fc321a728d43eb4b586409809f9eb33206 (patch)
tree3f789f5338af21b3009b266fbcf59eaa1d1cba00 /hints
parentb5016ef43e0903ab6fd3889eb7e752c27e153505 (diff)
downloadperl-3a7e80fc321a728d43eb4b586409809f9eb33206.tar.gz
hints/freebsd.sh: Don't use querylocale() due to bugs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255646
Diffstat (limited to 'hints')
-rw-r--r--hints/freebsd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index bbde9d4978..bcf220a095 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -367,3 +367,7 @@ esac
EOCBU
;;
esac
+
+# This function on this box has weird behavior. See
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255646
+d_querylocale='undef'