commit 715807d706cd13bc583588477a84090fbf02e057 from: Francis Conti via: Dan Cross date: Thu Sep 19 20:50:44 2019 UTC Teach 9l about FreeBSD ≥ 12; address issue #247. (#249) commit - 13d40aa64c8c073c296ad2c8df0bae6d607aff07 commit + 715807d706cd13bc583588477a84090fbf02e057 blob - 4266b10ea0e7651a7ee5af2f9b04c68f9a3b30ca blob + 0e93952478f3679bf40d4b8cd7182d87dc76f4cf --- bin/9l +++ bin/9l @@ -19,7 +19,7 @@ case "$tag" in 5.2.*) extralibs="$extralibs -lkse" ;; - [5-9].*|1[0-1].*) + [5-9].*|1[0-9].*) extralibs="$extralibs -lpthread" ;; esac