t9l: support FreeBSD 10 and 11 (thanks Ori Bernstein) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 173295929a39c25a1aa1b9c010f0f338724d0d2c
 (DIR) parent b8994b054de8f2dee1fdad8237534db05f111ade
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/9l b/bin/9l
       t@@ -19,7 +19,7 @@ case "$tag" in
                5.2.*)
                        extralibs="$extralibs -lkse"
                        ;;
       -        [5-9].*)
       +        [5-9].*|1[0-1].*)
                        extralibs="$extralibs -lpthread"
                        ;;
                esac