We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8d3a commit 853e80aCopy full SHA for 853e80a
hints/darwin.sh
@@ -373,7 +373,7 @@ ccflags="$ccflags -DHAS_BROKEN_LANGINFO_CODESET"
373
374
# Get: "Assertion failed: (p->val == key), function lookup_substsearch, file
375
# collate.c, line 596."
376
-if [ "$darwin_major" -ge 24 && "$perl_revision" -ge 5 -a ( "$perl_version" -ge 42 -o ( "$perl_version" -eq 41 -a "$perl_subversion" -ge 11 ) ) ]; then
+if [ "$darwin_major" -ge 24 && "$perl_revision" -ge 5 -a ( "$perl_version" -ge 42 -o ( "$perl_version" -eq 41 -a "$perl_subversion" -ge 11 ) ]; then
377
ccflags="$ccflags -DNO_LOCALE_COLLATE"
378
fi
379
0 commit comments