commit 173295929a39c25a1aa1b9c010f0f338724d0d2c parent b8994b054de8f2dee1fdad8237534db05f111ade Author: David du Colombier <0intro@gmail.com> Date: Thu, 14 Sep 2017 22:51:49 +0200 9l: support FreeBSD 10 and 11 (thanks Ori Bernstein) Diffstat:
M | bin/9l | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9l b/bin/9l @@ -19,7 +19,7 @@ case "$tag" in 5.2.*) extralibs="$extralibs -lkse" ;; - [5-9].*) + [5-9].*|1[0-1].*) extralibs="$extralibs -lpthread" ;; esac